1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

FIXME: Use next_token rather than strtok!

This commit is contained in:
Martin Pool
-
parent c849e93392
commit d56b8a30c5

View File

@ -126,6 +126,7 @@ static BOOL parse_lpq_bsd(char *line,print_queue_struct *buf,BOOL first)
}
#endif /* OSF1 */
/* FIXME: Use next_token rather than strtok! */
tok[0] = strtok(line2," \t");
count++;