aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 21:06:53 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 21:06:53 +0000
commit4ceeb9b099c9637dbd326cd549a102f83536918a (patch)
treecc4789be25583bf37b1e968d53db65e9b2791948 /include/asterisk
parentde20dcba4e068e3c6bc2e73127460c89ef24e4bc (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@19344 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/linkedlists.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/linkedlists.h b/include/asterisk/linkedlists.h
index ed1d48340..5f8a57b16 100644
--- a/include/asterisk/linkedlists.h
+++ b/include/asterisk/linkedlists.h
@@ -439,6 +439,7 @@ struct { \
if ((head)->last == (elm)) \
(head)->last = curelm; \
} \
+ (elm)->field.next = NULL; \
} while (0)
#endif /* _ASTERISK_LINKEDLISTS_H */