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 | 36e01dcdbd0fc0083ac31ec942bb033a2997a16a (patch) | |
tree | df16eb2c9f71dbd436e1d780a71927e3d53d42d0 | |
parent | fd89261a2c74910bd1cf8271d862a7b050b49f32 (diff) | |
download | samba-36e01dcdbd0fc0083ac31ec942bb033a2997a16a.tar.gz samba-36e01dcdbd0fc0083ac31ec942bb033a2997a16a.tar.xz samba-36e01dcdbd0fc0083ac31ec942bb033a2997a16a.zip |
Fixed typo in patch.
Jeremy.
-rw-r--r-- | source/printing/print_svid.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |