1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fixed typo in patch.

Jeremy.
(This used to be commit 36e01dcdbd)
This commit is contained in:
Jeremy Allison 2001-08-10 03:17:58 +00:00
parent c604830585
commit fc0fe941d8

View 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;