1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r15133: in_server is not used anywhere

This commit is contained in:
Volker Lendecke 2006-04-19 14:11:51 +00:00 committed by Gerald (Jerry) Carter
parent 97d2c20b0b
commit c981bc7f31
2 changed files with 0 additions and 4 deletions

View File

@ -54,7 +54,6 @@
#include "includes.h"
BOOL in_client = False; /* Not in the client by default */
BOOL in_server = False; /* Not in the server by default */
BOOL bLoaded = False;
extern userdom_struct current_user_info;

View File

@ -731,7 +731,6 @@ void build_options(BOOL screen);
int main(int argc,const char *argv[])
{
extern BOOL in_server;
/* shall I run as a daemon */
static BOOL is_daemon = False;
static BOOL interactive = False;
@ -755,8 +754,6 @@ void build_options(BOOL screen);
{ NULL }
};
in_server = True;
load_case_tables();
#ifdef HAVE_SET_AUTH_PARAMETERS