summaryrefslogtreecommitdiffstats
path: root/source/msrpc/msrpcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/msrpc/msrpcd.c')
-rw-r--r--source/msrpc/msrpcd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/msrpc/msrpcd.c b/source/msrpc/msrpcd.c
index 50f2d3a388c..b17d1d3f0c7 100644
--- a/source/msrpc/msrpcd.c
+++ b/source/msrpc/msrpcd.c
@@ -34,7 +34,6 @@ int last_message = -1;
/* a useful macro to debug the last message processed */
#define LAST_MESSAGE() smb_fn_name(last_message)
-extern pstring scope;
extern int DEBUGLEVEL;
extern fstring remote_machine;
@@ -339,7 +338,6 @@ static void usage(char *pname)
printf("\t-P passive only\n");
printf("\t-a append to log file (default)\n");
printf("\t-o overwrite log file, don't append\n");
- printf("\t-i scope NetBIOS scope to use (default none)\n");
printf("\n");
}
@@ -403,10 +401,6 @@ static void usage(char *pname)
while ( EOF != (opt = getopt(argc, argv, "i:l:s:d:Dh?Paof:")) )
switch (opt) {
- case 'i':
- pstrcpy(scope,optarg);
- break;
-
case 'P':
{
extern BOOL passive;