X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_queue.h;h=1b711b10cbc888d9eefdaa5ed71940062db9c75a;hb=c3cb77e4a661173f294e8fa1841d8d5bcef4d3cd;hp=f8cd0506460aaaf51fb829377cbf3c42f547de48;hpb=1f6f4f4f281fd7da7b66c05606b66b029d87032f;p=openldap diff --git a/include/ldap_queue.h b/include/ldap_queue.h index f8cd050646..1b711b10cb 100644 --- a/include/ldap_queue.h +++ b/include/ldap_queue.h @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2001-2014 The OpenLDAP Foundation. + * Copyright 2001-2017 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -225,7 +225,7 @@ struct { \ } while (0) #define LDAP_STAILQ_ENTRY_INIT(var, field) { \ - (entry)->field.stqe_next = NULL; \ + (var)->field.stqe_next = NULL; \ } #define LDAP_STAILQ_FIRST(head) ((head)->stqh_first)