View | Details | Raw Unified | Return to bug 55121
Collapse All | Expand All

(-)a/servers/slapd/controls.c (-1 / +1 lines)
 Lines 536-542   slap_global_control( Operation *op, const char *oid, int *cid ) Link Here 
536
536
537
	if ( ctrl == NULL ) {
537
	if ( ctrl == NULL ) {
538
		/* should not be reachable */
538
		/* should not be reachable */
539
		Debug( LDAP_DEBUG_ANY,
539
		Debug( LDAP_DEBUG_STATS,
540
			"slap_global_control: unrecognized control: %s\n",      
540
			"slap_global_control: unrecognized control: %s\n",      
541
			oid, 0, 0 );
541
			oid, 0, 0 );
542
		return LDAP_CONTROL_NOT_FOUND;
542
		return LDAP_CONTROL_NOT_FOUND;

Return to bug 55121