Fix boog in argument list for nt_create_andx.
authorTim Potter <tpot@samba.org>
Wed, 30 Oct 2002 14:52:53 +0000 (14:52 +0000)
committerTim Potter <tpot@samba.org>
Wed, 30 Oct 2002 14:52:53 +0000 (14:52 +0000)
source/python/py_smb.c

index 09368264882beeb02503ec779430e9bfc0a78427..41b8237a8a1f91198cb4ff88516e3bd85b080e2c 100644 (file)
@@ -160,7 +160,7 @@ static PyObject *py_smb_nt_create_andx(PyObject *self, PyObject *args,
        /* Parse parameters */
 
        if (!PyArg_ParseTupleAndKeywords(
-                   args, kw, "si|iiii", kwlist, &filename, &desired_access,
+                   args, kw, "si|iii", kwlist, &filename, &desired_access,
                    &file_attributes, &share_access, &create_disposition,
                    &create_options))
                return NULL;