[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdal 1.0.2RC6
> There is now a 1.0.2RC6 on the snapshot on the ftp area (also mac and
> ubuntu binaries).
>
> Will do a release of 1.0.2 in the middle of next week unless something
> pops up.
Non-critical buglet in kgetcred I've spotted a while ago, but forgot to
report. A.
--- ./kuser/kgetcred.c.orig 2007-12-09 07:27:23.000000000 +0100
+++ ./kuser/kgetcred.c 2007-12-11 22:42:01.000000000 +0100
@@ -60,7 +60,7 @@
"encryption type to use", "enctype"},
{ "impersonate", 0, arg_string, &impersonate_str,
"client to impersonate", "principal"},
- { "name-type", 0, arg_flag, &nametype_str },
+ { "name-type", 0, arg_string, &nametype_str },
{ "version", 0, arg_flag, &version_flag },
{ "help", 0, arg_flag, &help_flag }
};