mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
Start to make argument ordering consistent.
This commit is contained in:
@@ -51,8 +51,8 @@ PyObject *spoolss_enumports(PyObject *self, PyObject *args, PyObject *kw)
|
||||
/* Parse parameters */
|
||||
|
||||
if (!PyArg_ParseTupleAndKeywords(args, kw, "s|iO!", kwlist,
|
||||
&server, &level, &PyDict_Type,
|
||||
&creds))
|
||||
&server, &creds, &level,
|
||||
&PyDict_Type))
|
||||
return NULL;
|
||||
|
||||
if (server[0] == '\\' && server[1] == '\\')
|
||||
|
||||
Reference in New Issue
Block a user