summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-07-02 21:15:59 +0000
committerRichard Sharpe <sharpe@samba.org>2003-07-02 21:15:59 +0000
commit936d8e4a3508c5d7ec77cd325331161236b53cbc (patch)
tree4d7bca25ce0746bf0ea73aa6247a67bdbda66a38 /source3/smbd
parentaf4d65889420eb3bb71be67d619dbc0c62e21101 (diff)
downloadsamba-936d8e4a3508c5d7ec77cd325331161236b53cbc.tar.gz
samba-936d8e4a3508c5d7ec77cd325331161236b53cbc.tar.bz2
samba-936d8e4a3508c5d7ec77cd325331161236b53cbc.zip
Fixing problems in the iconv discovery stuff in configure.in.
This is the first part of the fix that at least allows configure to walk the list of supplied locations where libiconv etc might be found. aclocal.m4 also needs a fix, as does a later test. (This used to be commit 20786543139c546d112f8f6b6d4d796ee7fed609)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index a767014232..e2fe2ac819 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -867,6 +867,7 @@ void build_options(BOOL screen);
exit(1);
}
+
if (!init_account_policy()) {
DEBUG(0,("Could not open account policy tdb.\n"));
exit(1);