diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 16:39:42 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 22:22:26 +1000 |
commit | 3e85b960fae391af7a0592d5d38c18ae5a157209 (patch) | |
tree | c0c87c28730f73f8c4b853505123253ae2761c7e /source3/web | |
parent | 9e29b09d3928398dce1c15bb017cf840a0df597e (diff) | |
download | samba-3e85b960fae391af7a0592d5d38c18ae5a157209.tar.gz samba-3e85b960fae391af7a0592d5d38c18ae5a157209.tar.bz2 samba-3e85b960fae391af7a0592d5d38c18ae5a157209.zip |
dynconfig: Have only one dynconfig.o in the common code.
Diffstat (limited to 'source3/web')
-rw-r--r-- | source3/web/startstop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/startstop.c b/source3/web/startstop.c index 81350e62f5..e23acf8931 100644 --- a/source3/web/startstop.c +++ b/source3/web/startstop.c @@ -19,7 +19,7 @@ #include "includes.h" #include "web/swat_proto.h" -#include "dynconfig.h" +#include "dynconfig/dynconfig.h" /** Startup smbd from web interface. */ |