- (dtucker) [ssh-keygen.c] ac -> argv to match earlier sync.

This commit is contained in:
Darren Tucker 2007-01-14 10:19:59 +11:00
parent e2334d600b
commit 9ac56e945b
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
20070114
- (dtucker) [ssh-keygen.c] ac -> argv to match earlier sync.
20070105
- (djm) OpenBSD CVS Sync
- deraadt@cvs.openbsd.org 2006/11/14 19:41:04
@ -2661,4 +2664,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4602 2007/01/05 05:31:02 djm Exp $
$Id: ChangeLog,v 1.4603 2007/01/13 23:19:59 dtucker Exp $

View File

@ -1070,7 +1070,7 @@ main(int argc, char **argv)
/* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
sanitise_stdfd();
__progname = ssh_get_progname(av[0]);
__progname = ssh_get_progname(argv[0]);
SSLeay_add_all_algorithms();
log_init(argv[0], SYSLOG_LEVEL_INFO, SYSLOG_FACILITY_USER, 1);