projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f66493
)
don't count the NULL in the size
author
John Kohl
<jtkohl@mit.edu>
Thu, 25 Oct 1990 15:04:43 +0000
(15:04 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 25 Oct 1990 15:04:43 +0000
(15:04 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1330
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/tgtname.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/tgtname.c
b/src/lib/krb5/krb/tgtname.c
index f132cfb4190e247a63d498a7cad4d4af03bbba49..b83f232e1291635324b237f7359ba83f1d98d5e4 100644
(file)
--- a/
src/lib/krb5/krb/tgtname.c
+++ b/
src/lib/krb5/krb/tgtname.c
@@
-20,7
+20,7
@@
static char rcsid_tgtname_c [] =
#include <krb5/ext-proto.h>
#include <krb5/kdb.h>
-static krb5_data tgtdata = {sizeof(TGTNAME), TGTNAME};
+static krb5_data tgtdata = {sizeof(TGTNAME)
-1
, TGTNAME};
/* This is an internal-only function, used by krb5_get_cred_from_kdc() */