Fixed typo in patch.
[abartlet/samba.git/.git] / source3 / printing / print_svid.c
index f3573961d9f59aa62df1369f6b45bfc03c87e6ef..1878f85ac16f2ddd689e1a0643f5611768db89ab 100644 (file)
@@ -81,7 +81,7 @@ static void populate_printers(void)
                 * On HPUX there is an extra line that can be ignored.
                 * d.thibadeau 2001/08/09
                 */
-               if(!strncmp("remote to",name,9))
+               if(!strncmp("remote to",tmp,9))
                        continue;
 
                name = tmp;