diff options
author | Jeremy Allison <jra@samba.org> | 2001-08-10 03:17:58 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-08-10 03:17:58 +0000 |
commit | fc0fe941d8c2bd012076803452b3b4f21e019ecc (patch) | |
tree | bfca31ad65e5207612bfd5484d17484f33e6a10a /source3/printing | |
parent | c604830585336ac0ad42dff4bb240fa709fb1d4c (diff) | |
download | samba-fc0fe941d8c2bd012076803452b3b4f21e019ecc.tar.gz samba-fc0fe941d8c2bd012076803452b3b4f21e019ecc.tar.bz2 samba-fc0fe941d8c2bd012076803452b3b4f21e019ecc.zip |
Fixed typo in patch.
Jeremy.
(This used to be commit 36e01dcdbd0fc0083ac31ec942bb033a2997a16a)
Diffstat (limited to 'source3/printing')
-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; |