Start the server at the current version, not 0.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21804 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -791,7 +791,10 @@ main(int argc, char **argv)
|
||||
signal_fd = make_signal_socket (context);
|
||||
listen_fd = make_listen_socket (context, port_str);
|
||||
|
||||
krb5_warnx(context, "ipropd-master started");
|
||||
kadm5_log_get_version_fd (log_fd, ¤t_version);
|
||||
|
||||
krb5_warnx(context, "ipropd-master started at version: %lu",
|
||||
(unsigned long)current_version);
|
||||
|
||||
while(exit_flag == 0){
|
||||
slave *p;
|
||||
|
Reference in New Issue
Block a user