fix bitwise test (ITS#5445)

This commit is contained in:
Pierangelo Masarati 2008-03-31 16:58:03 +00:00
parent f3eeb81458
commit 8cb162ef44

View file

@ -2385,7 +2385,7 @@ syncprov_operational(
}
if ( !ap ) {
if ( !rs->sr_flags & REP_ENTRY_MODIFIABLE ) {
if ( !(rs->sr_flags & REP_ENTRY_MODIFIABLE) ) {
rs->sr_entry = entry_dup( rs->sr_entry );
rs->sr_flags |=
REP_ENTRY_MODIFIABLE|REP_ENTRY_MUSTBEFREED;