summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-05-07 06:05:30 +0000
committerTim Potter <tpot@samba.org>2001-05-07 06:05:30 +0000
commit050b0307f086037ec9c21d7125fd2a86cf218339 (patch)
treef4d33be81e49fde854c27aa2d3153e0b64a44c0a
parentc504e240a868d67b0b084d667a48fea13d633d0c (diff)
downloadsamba-050b0307f086037ec9c21d7125fd2a86cf218339.tar.gz
samba-050b0307f086037ec9c21d7125fd2a86cf218339.tar.bz2
samba-050b0307f086037ec9c21d7125fd2a86cf218339.zip
Removed unused variable.
(This used to be commit 6bd197714a6f51e43efb8fb72bb51e83c6991c79)
-rw-r--r--source3/utils/pdbedit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c
index 9a545fbb45..da57dbd8c8 100644
--- a/source3/utils/pdbedit.c
+++ b/source3/utils/pdbedit.c
@@ -201,7 +201,6 @@ static int set_user_info (char *username, char *fullname, char *homedir, char *d
static int new_user (char *username, char *fullname, char *homedir, char *drive, char *script, char *profile)
{
SAM_ACCOUNT sam_pwent;
- BOOL ret;
struct passwd *pwd = NULL;
uchar new_p16[16];
uchar new_nt_p16[16];