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

(-)a/servers/slapd/controls.c (-2 / +2 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_TRACE,
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;
 Lines 1005-1011   slap_remove_control( Link Here 
1005
1005
1006
		op->o_ctrlflag[ ctrl ] = SLAP_CONTROL_IGNORED;
1006
		op->o_ctrlflag[ ctrl ] = SLAP_CONTROL_IGNORED;
1007
1007
1008
		Debug( LDAP_DEBUG_ANY, "%s: "
1008
		Debug( LDAP_DEBUG_TRACE, "%s: "
1009
			"non-critical control \"%s\" not supported; stripped.\n",
1009
			"non-critical control \"%s\" not supported; stripped.\n",
1010
			op->o_log_prefix, slap_known_controls[ ctrl ], 0 );
1010
			op->o_log_prefix, slap_known_controls[ ctrl ], 0 );
1011
		/* fall thru */
1011
		/* fall thru */

Return to bug 47639