mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
silence warning
This commit is contained in:
parent
d959a7a7b5
commit
cbdaf8058f
1 changed files with 1 additions and 1 deletions
|
|
@ -891,7 +891,7 @@ pblock_set( Slapi_PBlock *pb, int param, void *value )
|
|||
case SLAPI_X_CONN_SSF:
|
||||
PBLOCK_ASSERT_CONN( pb );
|
||||
PBLOCK_LOCK_CONN( pb );
|
||||
pb->pb_conn->c_ssf = (slap_ssf_t)value;
|
||||
pb->pb_conn->c_ssf = (slap_ssf_t)(long)value;
|
||||
PBLOCK_UNLOCK_CONN( pb );
|
||||
break;
|
||||
case SLAPI_X_CONN_SASL_CONTEXT:
|
||||
|
|
|
|||
Loading…
Reference in a new issue