diff options
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_dfs.c | 1 | ||||
-rw-r--r-- | source3/rpcclient/cmd_lsarpc.c | 1 | ||||
-rw-r--r-- | source3/rpcclient/cmd_netlogon.c | 2 | ||||
-rw-r--r-- | source3/rpcclient/cmd_reg.c | 5 | ||||
-rw-r--r-- | source3/rpcclient/cmd_spoolss.c | 2 | ||||
-rw-r--r-- | source3/rpcclient/cmd_srvsvc.c | 2 | ||||
-rw-r--r-- | source3/rpcclient/cmd_wkssvc.c | 3 | ||||
-rw-r--r-- | source3/rpcclient/rpcclient.c | 1 | ||||
-rw-r--r-- | source3/rpcclient/samsync.c | 2 |
9 files changed, 0 insertions, 19 deletions
diff --git a/source3/rpcclient/cmd_dfs.c b/source3/rpcclient/cmd_dfs.c index a00b429d5b..a3de9f626d 100644 --- a/source3/rpcclient/cmd_dfs.c +++ b/source3/rpcclient/cmd_dfs.c @@ -22,7 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; extern pstring server; /* Check DFS is supported by the remote server */ diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c index b928126ae3..273662b6f9 100644 --- a/source3/rpcclient/cmd_lsarpc.c +++ b/source3/rpcclient/cmd_lsarpc.c @@ -22,7 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; extern pstring server; /* Look up domain related information on a remote host */ diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c index 3adae373ff..3d73fc1fde 100644 --- a/source3/rpcclient/cmd_netlogon.c +++ b/source3/rpcclient/cmd_netlogon.c @@ -22,8 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - static NTSTATUS cmd_netlogon_logon_ctrl2(struct cli_state *cli, int argc, char **argv) { diff --git a/source3/rpcclient/cmd_reg.c b/source3/rpcclient/cmd_reg.c index baa3c071c7..28cd83ef58 100644 --- a/source3/rpcclient/cmd_reg.c +++ b/source3/rpcclient/cmd_reg.c @@ -21,16 +21,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - - #ifdef SYSLOG #undef SYSLOG #endif #include "includes.h" -extern int DEBUGLEVEL; - extern int smb_tidx; extern FILE* out_hnd; @@ -1071,4 +1067,3 @@ struct cmd_set reg_commands[] = { */ { NULL } }; - diff --git a/source3/rpcclient/cmd_spoolss.c b/source3/rpcclient/cmd_spoolss.c index 0330dd8024..31683c6386 100644 --- a/source3/rpcclient/cmd_spoolss.c +++ b/source3/rpcclient/cmd_spoolss.c @@ -25,8 +25,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - extern pstring server; extern pstring global_myname; extern pstring username, password; diff --git a/source3/rpcclient/cmd_srvsvc.c b/source3/rpcclient/cmd_srvsvc.c index e5addc1acc..9e5b2054ee 100644 --- a/source3/rpcclient/cmd_srvsvc.c +++ b/source3/rpcclient/cmd_srvsvc.c @@ -24,8 +24,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - /* Display server query info */ static char *get_server_type_str(uint32 type) diff --git a/source3/rpcclient/cmd_wkssvc.c b/source3/rpcclient/cmd_wkssvc.c index 69a3920c27..6801f17c00 100644 --- a/source3/rpcclient/cmd_wkssvc.c +++ b/source3/rpcclient/cmd_wkssvc.c @@ -28,8 +28,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - #define DEBUG_TESTING extern struct cli_state *smb_cli; @@ -91,4 +89,3 @@ void cmd_wks_query_info(struct client_info *info) DEBUG(5,("cmd_wks_query_info: query failed\n")); } } - diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 310acd3c32..1dc0255296 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -22,7 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; extern fstring debugf; DOM_SID domain_sid; diff --git a/source3/rpcclient/samsync.c b/source3/rpcclient/samsync.c index 50177ce552..c659784f57 100644 --- a/source3/rpcclient/samsync.c +++ b/source3/rpcclient/samsync.c @@ -22,8 +22,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - /* Synchronise sam database */ static NTSTATUS sam_sync(struct cli_state *cli, unsigned char trust_passwd[16], |