(main): syslog with the correct name

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10607 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-08-31 03:12:17 +00:00
parent aec3fcd4eb
commit bd3c05c2c3

View File

@@ -345,7 +345,7 @@ main(int argc, char **argv)
master = argv[0];
pidfile (NULL);
krb5_openlog (context, "ipropd-master", &log_facility);
krb5_openlog (context, "ipropd-slave", &log_facility);
krb5_set_warn_dest(context, log_facility);
ret = krb5_kt_register(context, &hdb_kt_ops);
@@ -427,4 +427,4 @@ main(int argc, char **argv)
}
return 0;
}
}