mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix prev commit
This commit is contained in:
parent
83870c03d2
commit
011d1ca8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue