diff options
author | Jeremy Allison <jra@samba.org> | 2005-10-21 22:48:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:09 -0500 |
commit | cef9443a8761c51be03657b0cdffa16cc29d62b2 (patch) | |
tree | f8b6761de36d31ed4b00153268504383ded124b8 /source3/passdb | |
parent | 3eadd7e5dfa65bc0dfb41be9948a27993d5c58b9 (diff) | |
download | samba-cef9443a8761c51be03657b0cdffa16cc29d62b2.tar.gz samba-cef9443a8761c51be03657b0cdffa16cc29d62b2.tar.bz2 samba-cef9443a8761c51be03657b0cdffa16cc29d62b2.zip |
r11256: Remove use of long long and strtoll in libsmbclient (we
can't assume long long is always there). Removed unused
var in new a/c rename code.
long long still used in eventlog code but Jerry has promised
to fix that.
Jeremy.
(This used to be commit f46d8470652b8bc5c4b8cac8e96973c6165ab19a)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_smbpasswd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/passdb/pdb_smbpasswd.c b/source3/passdb/pdb_smbpasswd.c index 5fca706a83..487df96e95 100644 --- a/source3/passdb/pdb_smbpasswd.c +++ b/source3/passdb/pdb_smbpasswd.c @@ -1481,7 +1481,6 @@ static NTSTATUS smbpasswd_rename_sam_account (struct pdb_methods *my_methods, SAM_ACCOUNT *old_acct, const char *newname) { - struct smbpasswd_privates *smbpasswd_state = (struct smbpasswd_privates*)my_methods->private_data; pstring rename_script; SAM_ACCOUNT *new_acct = NULL; BOOL interim_account = False; |