1
0
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:
Andrew Tridgell
-
parent b9eff31b14
commit e3d00fa47d
17 changed files with 249 additions and 237 deletions

View File

@@ -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;