diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-14 07:00:00 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-14 07:00:00 +0000 |
commit | 948f81a5920c5204438e41d4fd41a32948ce7321 (patch) | |
tree | 6c6948a8738b791d1acbbae50e7f2b2c6dddb963 /source3/rpcclient | |
parent | aede45bae370b3cec477771485b471331f912904 (diff) | |
download | samba-948f81a5920c5204438e41d4fd41a32948ce7321.tar.gz samba-948f81a5920c5204438e41d4fd41a32948ce7321.tar.bz2 samba-948f81a5920c5204438e41d4fd41a32948ce7321.zip |
warnings spotted by ./configure.developer options
(This used to be commit 29434bf195b438f4ab41a10ac5ce03f9c2d2ac2f)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_samr.c | 1 | ||||
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c index 2b5fe909ab..3760b3f22d 100644 --- a/source3/rpcclient/cmd_samr.c +++ b/source3/rpcclient/cmd_samr.c @@ -113,7 +113,6 @@ void cmd_sam_test(struct client_info *info) fstring srv_name; fstring domain; fstring sid; - char *new_passwd; BOOL res = True; fstrcpy(sid , info->dom.level5_sid); diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index a31fd60b0c..7d1df61bb7 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -459,7 +459,7 @@ enum client_action TimeInit(); charset_initialise(); - crc32_build_table(); +/* crc32_build_table(); */ myumask = umask(0); umask(myumask); |