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:
@ -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++;
|
||||
|
||||
|
Reference in New Issue
Block a user