mirror of
https://github.com/samba-team/samba.git
synced 2025-12-11 08:23:49 +03:00
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
to do the upper layer directories but this is what everyone is waiting for.... Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f131bf8f16
commit
9dafb7f48c
@@ -43,7 +43,7 @@ static PyObject *py_smb_connect(PyObject *self, PyObject *args, PyObject *kw)
|
||||
if (!PyArg_ParseTupleAndKeywords(args, kw, "s", kwlist, &server))
|
||||
return NULL;
|
||||
|
||||
if (!(cli = cli_initialise(NULL)))
|
||||
if (!(cli = cli_initialise()))
|
||||
return NULL;
|
||||
|
||||
ZERO_STRUCT(ip);
|
||||
|
||||
Reference in New Issue
Block a user