diff options
author | Andreas Schneider <asn@samba.org> | 2011-01-28 12:33:20 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-07 12:32:00 +0100 |
commit | a3a38fdb553f978ae58bc0b62db93e1ca2908658 (patch) | |
tree | 39d84f08e913a14a00bf51b474c4ce0d59bcd174 /source3/registry/reg_init_full.c | |
parent | 34e8a50e5a71ab0d31bd0c5375a84d3b3ecf61e9 (diff) | |
download | samba-a3a38fdb553f978ae58bc0b62db93e1ca2908658.tar.gz |
s3-smbd: Init the eventlog registry on service startup.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/registry/reg_init_full.c')
-rw-r--r-- | source3/registry/reg_init_full.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/registry/reg_init_full.c b/source3/registry/reg_init_full.c index fca07b1693c..dabc9683f36 100644 --- a/source3/registry/reg_init_full.c +++ b/source3/registry/reg_init_full.c @@ -99,7 +99,6 @@ WERROR registry_init_full(void) /* add any keys for other services */ svcctl_init_keys(); - eventlog_init_keys(); perfcount_init_keys(); fail: |