X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_queue.h;h=1b711b10cbc888d9eefdaa5ed71940062db9c75a;hb=8ac29482597faab11ce80d830a2cc1b04366a5e1;hp=49787fe070d48de2feb498b900b5d2da4f904361;hpb=aba681fa807c526a01afff98d2bf2c7c4b241c78;p=openldap diff --git a/include/ldap_queue.h b/include/ldap_queue.h index 49787fe070..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-2013 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)