]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/starttls.c
need this outside for back monitor ...
[openldap] / servers / slapd / starttls.c
index d08ddce042ecdf67ee5302f70e7c8107e7e72dee..d7f821e0b2fb5a6a2fd5c194413ddc018e69da3c 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /* 
- * Copyright 1999-2000 The OpenLDAP Foundation.
+ * Copyright 1999-2002 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
@@ -52,10 +52,10 @@ starttls_extop (
        }
 
        /* can't start TLS if there are other op's around */
-       if (( !STAILQ_EMPTY(&conn->c_ops) &&
-                       (STAILQ_FIRST(&conn->c_ops) != op ||
-                       STAILQ_NEXT(op, o_next) != NULL)) ||
-               ( !STAILQ_EMPTY(&conn->c_pending_ops) ))
+       if (( !LDAP_STAILQ_EMPTY(&conn->c_ops) &&
+                       (LDAP_STAILQ_FIRST(&conn->c_ops) != op ||
+                       LDAP_STAILQ_NEXT(op, o_next) != NULL)) ||
+               ( !LDAP_STAILQ_EMPTY(&conn->c_pending_ops) ))
        {
                *text = "cannot start TLS when operations are outstanding";
                rc = LDAP_OPERATIONS_ERROR;