diff options
author | Jeremy Allison <jra@samba.org> | 2003-05-12 21:29:01 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-05-12 21:29:01 +0000 |
commit | d7ec9f68351a18e4d9107c7852b280de1cc1998f (patch) | |
tree | 171717812e56e4cbc3db1a560d95130a55fb7947 /source3/utils | |
parent | d33db506ca7f62730c7954d9f19d184171a5d16b (diff) | |
download | samba-d7ec9f68351a18e4d9107c7852b280de1cc1998f.tar.gz samba-d7ec9f68351a18e4d9107c7852b280de1cc1998f.tar.bz2 samba-d7ec9f68351a18e4d9107c7852b280de1cc1998f.zip |
Fix compiler warnings.
Jeremy.
(This used to be commit e12934c67b6aea9e3e449009e159ce6814dcbd11)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/pdbedit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index 13f35e8880..9a45049bc5 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -112,7 +112,6 @@ static int export_groups (struct pdb_context *in, struct pdb_context *out) { static int print_sam_info (SAM_ACCOUNT *sam_pwent, BOOL verbosity, BOOL smbpwdstyle) { uid_t uid; - gid_t gid; time_t tmp; /* TODO: chaeck if entry is a user or a workstation */ |