diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-17 14:31:10 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-17 14:31:10 +0000 |
commit | e51ed63864a4e334e0e5ca518750892480e37d52 (patch) | |
tree | 54bb97518b573e1b1ef23d7ee97efc76822f64cd /source3/wrepld/process.c | |
parent | 21d26afb2af6ae34219a4286eb7a8896d7e04a3a (diff) | |
download | samba-e51ed63864a4e334e0e5ca518750892480e37d52.tar.gz samba-e51ed63864a4e334e0e5ca518750892480e37d52.tar.xz samba-e51ed63864a4e334e0e5ca518750892480e37d52.zip |
sync 3.0 branch with head
(This used to be commit 18aeccd1b89f69f726212b6d5c3232c9d74116c7)
Diffstat (limited to 'source3/wrepld/process.c')
-rw-r--r-- | source3/wrepld/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wrepld/process.c b/source3/wrepld/process.c index 7615b8c78a1..56013d2e175 100644 --- a/source3/wrepld/process.c +++ b/source3/wrepld/process.c @@ -152,7 +152,7 @@ initialise and fill the in-memory partner table. int init_wins_partner_table(void) { int i=1,j=0,k; - char **partner = str_list_make(lp_wins_partners()); + char **partner = str_list_make(lp_wins_partners(), NULL); if (partner==NULL) { DEBUG(0,("wrepld: no partner list in smb.conf, exiting\n")); |