summaryrefslogtreecommitdiff
path: root/net/vtun/patches/patch-ac
blob: ee76d40e2ba71a9550fce4607fb3a81ec4cf1bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2004/09/06 07:00:29 cjs Exp $

--- auth.c.orig	2004-09-06 15:52:51.000000000 +0900
+++ auth.c	2004-09-06 15:53:30.000000000 +0900
@@ -589,7 +589,7 @@
 
 		   response_to_chal (chalsrv, h, chal_res, chal_resh);
 
-		   print_p (fd, "OK RESPSRV: %s %s\n", cl2cs (chal_resh, VTUN_RESP_HASH_SIZE));
+		   print_p (fd, "OK RESPSRV: %s\n", cl2cs (chal_resh, VTUN_RESP_HASH_SIZE));
 		   stage = ST_CHAL_CLI;
 		   continue;
 		}