summaryrefslogtreecommitdiff
path: root/source4/smbd/server.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-05-28 13:21:26 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-05-28 13:21:26 +1000
commitbaa2dffdf34c2f3aa150695c60742d616eeb3b09 (patch)
tree3ba717535b47cfcd039277285d5d7681ac7ae691 /source4/smbd/server.c
parent51ae2302a68033b1b79a4ebc8d4cbab64adcf843 (diff)
downloadsamba-baa2dffdf34c2f3aa150695c60742d616eeb3b09.tar.gz
samba-baa2dffdf34c2f3aa150695c60742d616eeb3b09.tar.bz2
samba-baa2dffdf34c2f3aa150695c60742d616eeb3b09.zip
Bring up the ntp signing deamon
This starts ntp_signd at startup, and fixes some build issues. Andrew Bartlett (This used to be commit cb0dcd5c3dfe2a46755270a4594b7289f555d814)
Diffstat (limited to 'source4/smbd/server.c')
-rw-r--r--source4/smbd/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index e1ebd133ce..c1c8b6368f 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -198,6 +198,7 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[
extern NTSTATUS server_service_smb_init(void);
extern NTSTATUS server_service_drepl_init(void);
extern NTSTATUS server_service_rpc_init(void);
+ extern NTSTATUS server_service_ntp_signd_init(void);
init_module_fn static_init[] = { STATIC_smbd_MODULES };
init_module_fn *shared_init;
struct event_context *event_ctx;