include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as a single
authorJeremy Allison <jra@samba.org>
Tue, 28 Nov 2000 22:17:44 +0000 (22:17 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 28 Nov 2000 22:17:44 +0000 (22:17 +0000)
commit346f2f9206b9b4ed123e2a61c0a48de630397b8a
treeb0de49560f9c7806c5af257b83f19ff5757e06b2
parent551a0eebb7c2d71bdc2b340c4d6244a840ac6958
include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as a single
statement after an 'if'. Tracking this down took 4 hours from my life and ANDREW I WANT
THEM BACK !!!!! :-).
include/smb.h smbd/password.c: Fixed the bug veritas reported with realloc of the validated_users
array growing without bounds. This is now a linked list as god (Andrew) intended :-).
Jeremy.
source/include/dlinklist.h
source/include/smb.h
source/smbd/password.c