projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250fdf9
)
missing header
author
Jeffrey Altman
<jaltman@secure-endpoints.com>
Sun, 1 Feb 2004 05:46:56 +0000
(
05:46
+0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Sun, 1 Feb 2004 05:46:56 +0000
(
05:46
+0000)
ticket: 2183
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15995
dc483132
-0cff-0310-8789-
dd5450dbe970
src/windows/ms2mit/ms2mit.c
patch
|
blob
|
history
diff --git
a/src/windows/ms2mit/ms2mit.c
b/src/windows/ms2mit/ms2mit.c
index 3d3809e6a5685d2db95e6bf0469245174d20bfae..eba52e7937e3b9a029998fa54c120e08b08ce718 100644
(file)
--- a/
src/windows/ms2mit/ms2mit.c
+++ b/
src/windows/ms2mit/ms2mit.c
@@
-28,6
+28,7
@@
*/
#include "krb5.h"
+#include <stdio.h>
void
main(
@@
-39,6
+40,8
@@
main(
krb5_error_code code;
krb5_ccache ccache=NULL;
krb5_ccache mslsa_ccache=NULL;
+ krb5_cc_cursor cursor;
+ krb5_creds creds;
krb5_principal princ;
int initial_ticket = 0;