lib/param: bring lp_time_server() into common
authorAndrew Bartlett <abartlet@samba.org>
Wed, 18 Jul 2012 01:50:31 +0000 (11:50 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 19 Jul 2012 06:02:32 +0000 (08:02 +0200)
lib/param/loadparm.c
lib/param/param_functions.c
source3/param/loadparm.c

index 1341581139b69cd2b638be4e66bd6bd0742c69cb..9b8bedc2e2a2a741f68af1be5ee77066aa935d0c 100644 (file)
@@ -1534,7 +1534,6 @@ static struct loadparm_context *global_loadparm_context;
 /* These functions remain only in lib/param for now */
 FN_GLOBAL_BOOL(idmap_trusted_only, bIdmapTrustedOnly)
 FN_GLOBAL_BOOL(readraw, bReadRaw)
-FN_GLOBAL_BOOL(time_server, bTimeServer)
 FN_GLOBAL_BOOL(unicode, bUnicode)
 FN_GLOBAL_BOOL(writeraw, bWriteRaw)
 FN_GLOBAL_LIST(name_resolve_order, szNameResolveOrder)
index a13ae024349995e79fb66d2d2484fe79bf1e364f..914150a337196a0a922b1a0c2231727e275ae095 100644 (file)
@@ -214,6 +214,7 @@ FN_GLOBAL_BOOL(rpc_big_endian, bRpcBigEndian)
 FN_GLOBAL_BOOL(stat_cache, bStatCache)
 FN_GLOBAL_BOOL(syslog_only, bSyslogOnly)
 FN_GLOBAL_BOOL(timestamp_logs, bTimestampLogs)
+FN_GLOBAL_BOOL(time_server, bTimeServer)
 FN_GLOBAL_BOOL(tls_enabled, tls_enabled)
 FN_GLOBAL_BOOL(unix_extensions, bUnixExtensions)
 FN_GLOBAL_BOOL(unix_password_sync, bUnixPasswdSync)
index d834fd7bd0a4f085fd28efc794121ae68f778293..5486b0a92f07ff9e22438383426ea2f33a7da76b 100644 (file)
@@ -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)