Removed unused variable.
authorTim Potter <tpot@samba.org>
Mon, 7 May 2001 06:05:30 +0000 (06:05 +0000)
committerTim Potter <tpot@samba.org>
Mon, 7 May 2001 06:05:30 +0000 (06:05 +0000)
(This used to be commit 6bd197714a6f51e43efb8fb72bb51e83c6991c79)

source3/utils/pdbedit.c

index 9a545fbb45cbba6630bd1467b0d035f4746a0e86..da57dbd8c84b9ead9971145291ace8a6f8f8b379 100644 (file)
@@ -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];