blob: fa5fe54000aa04f41d7dcc2050c19d5986f89717 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.5 2001/10/06 17:59:30 mycroft Exp $
--- kerberos.c.orig Wed Oct 3 09:33:07 2001
+++ kerberos.c Sat Oct 6 17:52:35 2001
@@ -208,7 +208,7 @@
* process is complete.
*/
- len = from64tobits(buf2, buf1, sizeof(buf2x));
+ len = from64tobits(buf2, buf1, sizeof(buf2));
if (len < 0) {
report(stderr, GT_("could not decode BASE64 ready response\n"));
return PS_AUTHFAIL;
|