1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-01 16:23:49 +03:00

r17882: merge change from samba3

metze
This commit is contained in:
Stefan Metzmacher
2006-08-28 12:15:13 +00:00
committed by Gerald (Jerry) Carter
parent 32996ca9d6
commit eca7085850

View File

@@ -46,7 +46,7 @@ do { \
if ((p)->prev) (p)->prev->next = (p)->next; \
if ((p)->next) (p)->next->prev = (p)->prev; \
} \
if ((p) && ((p) != (list))) (p)->next = (p)->prev = NULL; \
if ((p) != (list)) (p)->next = (p)->prev = NULL; \
} while (0)
/* promote an element to the top of the list */