diff options
-rw-r--r-- | source3/printing/print_svid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/print_svid.c b/source3/printing/print_svid.c index f3573961d9..1878f85ac1 100644 --- a/source3/printing/print_svid.c +++ b/source3/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; |