summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-09-11 02:30:00 +0000
committerAndrew Tridgell <tridge@samba.org>1997-09-11 02:30:00 +0000
commit77df5c87c69ea7f929df211c41da522248d73cfc (patch)
tree2a7ddc8221828b0a621e911502b0f657761bc19b /source3/utils
parent6da700d77c85b25d181358c5b63222ac178f3c12 (diff)
downloadsamba-77df5c87c69ea7f929df211c41da522248d73cfc.tar.gz
samba-77df5c87c69ea7f929df211c41da522248d73cfc.tar.bz2
samba-77df5c87c69ea7f929df211c41da522248d73cfc.zip
fix a couple of "declaration shadows previous local" warnings.
(This used to be commit c30f6a74d0e6c256b1d46b28c1f31f1c1f3dd856)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/smbpasswd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c
index 161555d52c..92abce8d8f 100644
--- a/source3/utils/smbpasswd.c
+++ b/source3/utils/smbpasswd.c
@@ -417,10 +417,8 @@ static void usage(char *name)
/* Create a new smb passwd entry and set it to the given password. */
{
int fd;
- int i;
int new_entry_length;
char *new_entry;
- char *p;
long offpos;
/* The add user write needs to be atomic - so get the fd from