1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

Fixed AddPrinterDriver()

jerry
This commit is contained in:
Gerald Carter -
parent 16afa46797
commit 39d025693e

View File

@ -855,7 +855,6 @@ BOOL init_drv_info_3_members (DRIVER_INFO_3 *info, char *args)
for (i=0; i<len; i++)
{
info->dependentfiles[i] = (uint16)str2[i];
info->dependentfiles[i] = info->dependentfiles[i] << 8;
}
info->dependentfiles[len+1] = '\0';