mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
few cleanups to bring in line with 2.2
This commit is contained in:
parent
e7ef88dfee
commit
0feaac00a1
@ -27,7 +27,6 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "rpc_parse.h"
|
||||
#include "rpc_client.h"
|
||||
|
||||
#ifndef REGISTER
|
||||
#define REGISTER 0
|
||||
|
@ -1160,8 +1160,6 @@ Error was %s\n", pwd->smb_name, pfile2, strerror(errno)));
|
||||
********************************************************************/
|
||||
static BOOL build_smb_pass (struct smb_passwd *smb_pw, SAM_ACCOUNT *sampass)
|
||||
{
|
||||
uint8 *ptr;
|
||||
|
||||
if (sampass == NULL)
|
||||
return False;
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "rpc_parse.h"
|
||||
#include "rpc_client.h"
|
||||
|
||||
|
||||
static struct cli_connection **con_list = NULL;
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "rpc_parse.h"
|
||||
#include "rpc_client.h"
|
||||
#include "nterr.h"
|
||||
|
||||
extern int DEBUGLEVEL;
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "rpc_parse.h"
|
||||
#include "rpc_client.h"
|
||||
#include "nterr.h"
|
||||
|
||||
extern int DEBUGLEVEL;
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "trans2.h"
|
||||
#include "rpc_client.h"
|
||||
|
||||
extern int DEBUGLEVEL;
|
||||
extern pstring scope;
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "includes.h"
|
||||
#include "nterr.h"
|
||||
#include "rpc_parse.h"
|
||||
#include "rpc_client.h"
|
||||
#include "rpcclient.h"
|
||||
|
||||
extern int DEBUGLEVEL;
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "rpc_parse.h"
|
||||
#include "rpc_client.h"
|
||||
#include "trans2.h"
|
||||
|
||||
extern int DEBUGLEVEL;
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "rpc_parse.h"
|
||||
#include "rpc_client.h"
|
||||
#include "nterr.h"
|
||||
|
||||
extern int DEBUGLEVEL;
|
||||
|
Loading…
Reference in New Issue
Block a user