aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kerberos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos.c b/kerberos.c
index a57616a8..bc4b2bb3 100644
--- a/kerberos.c
+++ b/kerberos.c
@@ -249,7 +249,7 @@ int do_rfc1731(int sock, char *command, char *truename)
/* ship down the response, accept the server's error/ok indication */
suppress_tags = TRUE;
- result = gen_transact(sock, buf1, strlen(buf1));
+ result = gen_transact(sock, "%s", buf1);
suppress_tags = FALSE;
if (result)
return(result);