]> git.pld-linux.org Git - packages/samba.git/blame - samba-srv_spoolss_nt.patch
- more specific Requires
[packages/samba.git] / samba-srv_spoolss_nt.patch
CommitLineData
1522b66f
AM
1diff -u -r1.115.2.150 srv_spoolss_nt.c\r
2--- samba-2.2.3a/source/rpc_server/srv_spoolss_nt.c 12 Feb 2002 15:21:04 -0000 1.115.2.150\r
3+++ samba-2.2.3a/source/rpc_server/srv_spoolss_nt.c 12 Feb 2002 19:10:47 -0000\r
4@@ -4800,7 +4814,7 @@\r
5 * lookup previously saved driver initialization info, which is then\r
6 * bound to the printer, simulating what happens in the Windows arch.\r
7 */\r
8- if (strequal(printer->info_2->drivername, old_printer->info_2->drivername))\r
9+ if (!strequal(printer->info_2->drivername, old_printer->info_2->drivername))\r
10 set_driver_init(printer, 2);\r
11 }\r
12 \r
This page took 0.047923 seconds and 4 git commands to generate.