]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/sasl.c
ITS#6436
[openldap] / servers / slapd / sasl.c
index 7e17377876d5eb3762a5032ca132f28d852732f7..1065072e8ae87116fc619d014d1e467c028d4322 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2009 The OpenLDAP Foundation.
+ * Copyright 1998-2010 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -266,7 +266,7 @@ slap_auxprop_lookup(
        const char *user,
        unsigned ulen)
 {
-       OperationBuffer opbuf = {0};
+       OperationBuffer opbuf = {{ NULL }};
        Operation *op = (Operation *)&opbuf;
        int i, doit = 0;
        Connection *conn = NULL;