aboutsummaryrefslogtreecommitdiff
path: root/net/tac_plus4/files/patch-skey_fn.c
blob: 0e31e142fcc35999b41b5a5ef6cf7ba6b8fa3bbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- skey_fn.c.orig	Sun Apr  3 01:41:00 2005
+++ skey_fn.c	Sun Apr  3 01:41:08 2005
@@ -168,7 +168,7 @@
 		return(1);
 	    }
 
-	    if (skeychallenge(&p->skey, name, skeyprompt, 80) == 0) {
+	    if (skeychallenge(&p->skey, name, skeyprompt) == 0) {
 		char buf[256];
 		sprintf(buf, "%s\nPassword: ", skeyprompt);
 		data->server_msg = tac_strdup(buf);