summaryrefslogtreecommitdiff
path: root/source/param
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-07-22 14:32:38 +0000
committerAndrew Tridgell <tridge@samba.org>1996-07-22 14:32:38 +0000
commit51e5a1a546adf6ba36c7e4c3298c651cff7e15b9 (patch)
tree0a5cb81150ff310911a3e30c383269ffa966a205 /source/param
parent9e411f2c9044104df60022da316379bd27e98b56 (diff)
downloadsamba-51e5a1a546adf6ba36c7e4c3298c651cff7e15b9.tar.gz
removed the remote interfaces stuff.
Diffstat (limited to 'source/param')
-rw-r--r--source/param/loadparm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 48b9d062e86..f4aaa16e6a4 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -129,7 +129,6 @@ typedef struct
char *szSmbrun;
char *szWINSserver;
char *szInterfaces;
- char *szRemoteInterfaces;
int max_log_size;
int mangled_stack;
int max_xmit;
@@ -367,7 +366,6 @@ struct parm_struct
{"null passwords", P_BOOL, P_GLOBAL, &Globals.bNullPasswords, NULL},
{"strip dot", P_BOOL, P_GLOBAL, &Globals.bStripDot, NULL},
{"interfaces", P_STRING, P_GLOBAL, &Globals.szInterfaces, NULL},
- {"remote interfaces",P_STRING, P_GLOBAL, &Globals.szRemoteInterfaces,NULL},
{"password server", P_STRING, P_GLOBAL, &Globals.szPasswordServer, NULL},
{"socket options", P_GSTRING, P_GLOBAL, user_socket_options, NULL},
{"smbrun", P_STRING, P_GLOBAL, &Globals.szSmbrun, NULL},
@@ -706,7 +704,6 @@ FN_GLOBAL_STRING(lp_character_set,&Globals.szCharacterSet)
FN_GLOBAL_STRING(lp_logon_script,&Globals.szLogonScript)
FN_GLOBAL_STRING(lp_wins_server,&Globals.szWINSserver)
FN_GLOBAL_STRING(lp_interfaces,&Globals.szInterfaces)
-FN_GLOBAL_STRING(lp_remote_interfaces,&Globals.szRemoteInterfaces)
FN_GLOBAL_BOOL(lp_wins_support,&Globals.bWINSsupport)
FN_GLOBAL_BOOL(lp_wins_proxy,&Globals.bWINSproxy)