Fix mirrormode/tool mode

This commit is contained in:
Howard Chu 2007-07-14 00:12:47 +00:00
parent 6ab46208bc
commit f28d9e800f

View file

@ -3782,6 +3782,9 @@ add_syncrepl(
else
rc = -1;
}
} else {
/* mirrormode still needs to see this flag in tool mode */
rc = config_sync_shadow( c ) ? -1 : 0;
}
}