]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fixed typo in patch.
authorJeremy Allison <jra@samba.org>
Fri, 10 Aug 2001 03:17:58 +0000 (03:17 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 10 Aug 2001 03:17:58 +0000 (03:17 +0000)
Jeremy.

source/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;