diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-08-23 21:46:59 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-08-23 21:46:59 +0000 |
| commit | 2cf92774d22db082dfd96fc0fbc9b540ddc0d9e4 (patch) | |
| tree | 9eaf7ab1d76f8fcbd7e07c789801580fabad62c2 /contrib/bind/lib/dst/dst_api.c | |
| parent | dc52d6ea981baa63afcff51794d6da17db41b2da (diff) | |
Notes
Diffstat (limited to 'contrib/bind/lib/dst/dst_api.c')
| -rw-r--r-- | contrib/bind/lib/dst/dst_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bind/lib/dst/dst_api.c b/contrib/bind/lib/dst/dst_api.c index c296fdddb3dff..a79dcf1ee730b 100644 --- a/contrib/bind/lib/dst/dst_api.c +++ b/contrib/bind/lib/dst/dst_api.c @@ -1,5 +1,5 @@ #ifndef LINT -static const char rcsid[] = "$Header: /proj/cvs/isc/bind8/src/lib/dst/dst_api.c,v 1.17 2001/04/05 22:00:02 bwelling Exp $"; +static const char rcsid[] = "$Header: /proj/cvs/isc/bind8/src/lib/dst/dst_api.c,v 1.17.2.2 2001/07/26 01:58:06 marka Exp $"; #endif /* @@ -433,7 +433,7 @@ dst_s_write_private_key(const DST_KEY *key) int nn; if ((nn = fwrite(encoded_block, 1, len, fp)) != len) { EREPORT(("dst_write_private_key(): Write failure on %s %d != %d errno=%d\n", - file, out_len, nn, errno)); + file, len, nn, errno)); return (-5); } fclose(fp); |
