s3: Fix bug 7253
authorVolker Lendecke <vl@samba.org>
Tue, 16 Mar 2010 20:03:34 +0000 (21:03 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 9 Jun 2010 13:43:33 +0000 (15:43 +0200)
commit556b6f83d66d7268651ac7ba153fa47ff6a5e776
treecfe0da9bd724a95183f9e98b82a9cb9249db5a6c
parent1419c154d67b8ffaf0d6e2e3ba103121ab3736f5
s3: Fix bug 7253

acct_ctrl is 32 bit in LOGIN_CACHE, but "w" as a format specifier for
tdb_unpack only writes 16 bits. Okay on x86, not okay on Solaris.

Thanks to Vladimir.Marek@Sun.COM!

Volker
source3/passdb/login_cache.c