Print what version the client starts at.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21817 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-08-03 14:17:52 +00:00
parent a0188050b9
commit 000d2c1e6a

View File

@@ -548,7 +548,8 @@ main(int argc, char **argv)
if (ret)
krb5_err (context, 1, ret, "krb5_sendauth");
krb5_warnx(context, "ipropd-slave started");
krb5_warnx(context, "ipropd-slave started at version: %ld",
(long)server_context->log_context.version);
ihave (context, auth_context, master_fd,
server_context->log_context.version);