summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r--source3/rpcclient/rpcclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index f5dbe3245b..a8546b7733 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -1351,7 +1351,7 @@ static char *complete_cmd_null(char *text, int state)
static void cmd_net(struct client_info *info, int argc, char *argv[])
{
- char opt;
+ int opt;
BOOL net_use = False;
BOOL net_use_del = False;
BOOL net_use_add = False;
@@ -1451,7 +1451,7 @@ static void cmd_set(struct client_info *info, int argc, char *argv[])
{
BOOL interactive = True;
char *cmd_str = NULL;
- char opt;
+ int opt;
extern FILE *dbf;
extern char *optarg;
static pstring servicesf = CONFIGFILE;