mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix prev commit
This commit is contained in:
parent
83870c03d2
commit
011d1ca8bc
@ -1183,7 +1183,7 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
|
||||
}
|
||||
|
||||
/* Don't send ops back to the messenger */
|
||||
if ( scook && scook->sid == ss->s_sid ) {
|
||||
if ( scook && scook->sid && scook->sid == ss->s_sid ) {
|
||||
Debug( LDAP_DEBUG_SYNC, "syncprov_matchops: skipping relayed sid %03x\n",
|
||||
scook->sid, 0, 0 );
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user