diff options
author | Luke Leighton <lkcl@samba.org> | 1998-12-09 16:30:37 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-12-09 16:30:37 +0000 |
commit | 58a0cbc0c842187d68872fe021b2ce68a13a12eb (patch) | |
tree | 172d1579c898339ddfe748004fdbc14df0f634e6 /source3/nmbd/nmbd.c | |
parent | 74576a48fdf71e4264a892fda58302053f809670 (diff) | |
download | samba-58a0cbc0c842187d68872fe021b2ce68a13a12eb.tar.gz samba-58a0cbc0c842187d68872fe021b2ce68a13a12eb.tar.bz2 samba-58a0cbc0c842187d68872fe021b2ce68a13a12eb.zip |
oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.
(This used to be commit ca10eb44909e66a07dc7f88b0a740390f9ec3922)
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r-- | source3/nmbd/nmbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index c266043c2c..1471254b4e 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -677,7 +677,7 @@ static void usage(char *pname) reload_services( True ); - if (!pwdb_init_myworkgroup()) + if (!init_myworkgroup()) { exit(1); } |