mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Postfix for replication server in Linux CS
This commit is contained in:
parent
cf6424565b
commit
90ef56ae16
@ -550,7 +550,6 @@ int CLIB_ROUTINE main( int argc, char** argv)
|
|||||||
logSecurityDatabaseError(path, status);
|
logSecurityDatabaseError(path, status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // end scope
|
|
||||||
|
|
||||||
// Start replication server
|
// Start replication server
|
||||||
|
|
||||||
@ -561,6 +560,7 @@ int CLIB_ROUTINE main( int argc, char** argv)
|
|||||||
iscLogStatus(errorMsg, localStatus->getErrors());
|
iscLogStatus(errorMsg, localStatus->getErrors());
|
||||||
Syslog::Record(Syslog::Error, errorMsg);
|
Syslog::Record(Syslog::Error, errorMsg);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
fb_shutdown_callback(NULL, closePort, fb_shut_exit, port);
|
fb_shutdown_callback(NULL, closePort, fb_shut_exit, port);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user