]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/operation.c
Additional fix for ITS#4522. The "dn=" ist not optional.
[openldap] / servers / slapd / operation.c
index 68ee4d198a371cab500ca6b37082ab9c6bf0831c..13bb5cf590bbcc05e6f5adf1666035e004e2244a 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2005 The OpenLDAP Foundation.
+ * Copyright 1998-2006 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -132,8 +132,7 @@ slap_op_alloc(
     BerElement         *ber,
     ber_int_t  msgid,
     ber_tag_t  tag,
-    ber_int_t  id
-)
+    ber_int_t  id )
 {
        Operation       *op;