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:
parent
97d2c20b0b
commit
c981bc7f31
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user