mirror of
https://github.com/samba-team/samba.git
synced 2025-12-23 00:23:53 +03:00
reverted this patch till I sort out the craziness with UNIHDR
This commit is contained in:
@@ -81,7 +81,7 @@ BOOL py_to_FORM(FORM *form, PyObject *dict)
|
||||
obj = PyDict_GetItemString(dict, "name");
|
||||
name = PyString_AsString(obj);
|
||||
|
||||
init_unistr2(&form->name, name);
|
||||
init_unistr2(&form->name, name, strlen(name) + 1);
|
||||
|
||||
result = True;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user