From df7d1a092457771abdb7db3e9be1c65ecc51c2c0 Mon Sep 17 00:00:00 2001 From: adustman Date: Mon, 21 Apr 2003 02:23:06 +0000 Subject: [PATCH] Dumb typo --- MySQLdb/_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MySQLdb/_mysql.c b/MySQLdb/_mysql.c index 3b04ac6..5f25805 100644 --- a/MySQLdb/_mysql.c +++ b/MySQLdb/_mysql.c @@ -205,7 +205,7 @@ static PyObject *_mysql_server_init( return NULL; #if MYSQL_VERSION_ID >= 40000 - if (args) { + if (cmd_args) { if (!PySequence_Check(cmd_args)) { PyErr_SetString(PyExc_TypeError, "args must be a sequence");