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:
committed by
Gerald (Jerry) Carter
parent
32996ca9d6
commit
eca7085850
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user