From: Jeremy Allison Date: Fri, 10 Aug 2001 03:17:58 +0000 (+0000) Subject: Fixed typo in patch. X-Git-Tag: samba-2.2.5pre1~1679^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36e01dcdbd0fc0083ac31ec942bb033a2997a16a;p=thirdparty%2Fsamba.git Fixed typo in patch. Jeremy. --- diff --git a/source/printing/print_svid.c b/source/printing/print_svid.c index f3573961d9f..1878f85ac16 100644 --- a/source/printing/print_svid.c +++ b/source/printing/print_svid.c @@ -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;