summaryrefslogtreecommitdiffstats
path: root/src/kim/agent/mac
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2008-09-30 20:05:17 +0000
committerAlexandra Ellwood <lxs@mit.edu>2008-09-30 20:05:17 +0000
commit6b6d24e1ae0aadffb9062ac94ae8e600e09dbef0 (patch)
tree2bddd1c4440a027ef8f1ee702bc53c0872de3703 /src/kim/agent/mac
parent7dea4900af23686834aa9c899206438a8d27076a (diff)
downloadkrb5-6b6d24e1ae0aadffb9062ac94ae8e600e09dbef0.tar.gz
krb5-6b6d24e1ae0aadffb9062ac94ae8e600e09dbef0.tar.xz
krb5-6b6d24e1ae0aadffb9062ac94ae8e600e09dbef0.zip
krb5 library-side changes for com_err based error strings
ticket: 6138 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20786 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kim/agent/mac')
-rw-r--r--src/kim/agent/mac/ServerDemux.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kim/agent/mac/ServerDemux.m b/src/kim/agent/mac/ServerDemux.m
index c09d7ec85..ed4e73d1d 100644
--- a/src/kim/agent/mac/ServerDemux.m
+++ b/src/kim/agent/mac/ServerDemux.m
@@ -303,7 +303,7 @@ static int32_t kim_handle_request_auth_prompt (mach_port_t in_client_port,
if (!err) {
NSLog (@"Got auth prompt with identity '%s', type '%d', allow_save_reply '%d', hide '%d', title '%s', message '%s', description '%s'",
- identity_string, type, hide_reply, title, message, description);
+ identity_string, type, allow_save_reply, hide_reply, title, message, description);
err = kim_handle_reply_auth_prompt (in_reply_port, "ydobon", 0, 0);
#warning Send auth prompt message to main thread with 2 ports and arguments
}