diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index d834fd7bd0..5486b0a92f 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -5042,7 +5042,6 @@ char *lp_ ## fn_name(TALLOC_CTX *ctx,int i) {return(lp_string((ctx), (LP_SNUM_OK static FN_GLOBAL_BOOL(domain_logons, bDomainLogons) static FN_GLOBAL_BOOL(_readraw, bReadRaw) -static FN_GLOBAL_BOOL(time_server, bTimeServer) static FN_GLOBAL_BOOL(_writeraw, bWriteRaw) static FN_GLOBAL_CONST_STRING(_ctdbd_socket, ctdbdSocket) static FN_GLOBAL_INTEGER(_server_role, ServerRole) |