mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
Merge a bunch of trivial changes from HEAD. The difference remaining
should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code
This commit is contained in:
@ -45,7 +45,7 @@ PyObject *from_struct(void *s, struct pyconv *conv)
|
||||
fstring str = "";
|
||||
|
||||
if (u->buffer)
|
||||
fstr_pull(s, u);
|
||||
fstr_pull(str, u);
|
||||
|
||||
item = PyString_FromString(str);
|
||||
PyDict_SetItemString(obj, conv[i].name, item);
|
||||
|
Reference in New Issue
Block a user