mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
6adafe50d4
commit
d9c1da5b0c
@ -3710,7 +3710,7 @@ BOOL lp_list_substitute(char **list, const char *pattern, const char *insert)
|
||||
char *p, *s, *t;
|
||||
ssize_t ls, lp, li, ld, i, d;
|
||||
|
||||
if (!list || !*list) return False;
|
||||
if (!list) return False;
|
||||
if (!pattern) return False;
|
||||
if (!insert) return False;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user