Skip to content
Snippets Groups Projects
Commit 0e6ab580 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Fix typo

parent 471bdb44
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ slap_queue_csn(
pending = (struct slap_csn_entry *) ch_calloc( 1,
sizeof( struct slap_csn_entry ));
Debug( LDAP_DEBUG_SYNC, "slap_queue_csn: queing %p %s\n", csn->bv_val, csn->bv_val, 0 );
Debug( LDAP_DEBUG_SYNC, "slap_queue_csn: queueing %p %s\n", csn->bv_val, csn->bv_val, 0 );
ldap_pvt_thread_mutex_lock( &be->be_pcl_mutex );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment