]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/operation.c
DirectoryString syntaxes must have one or more octets to be valid.
[openldap] / servers / slapd / operation.c
index 4ca92d801b7ac8a5b48242b4fcf97f1c23d167cb..ce2eef1179136540939be0160f770e8fc3c27a34 100644 (file)
@@ -1,4 +1,9 @@
 /* operation.c - routines to deal with pending ldap operations */
+/* $OpenLDAP$ */
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 
 #include "portable.h"
 
@@ -92,7 +97,7 @@ slap_op_remove( Operation **olist, Operation *op )
 
        if ( *tmp == NULL ) {
                Debug( LDAP_DEBUG_ANY, "op_delete: can't find op %ld\n",
-                   op->o_msgid, 0, 0 );
+                      (long) op->o_msgid, 0, 0 );
                return -1; 
        }