diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /security/krb5-16/files/patch-lib::krb5::krb::unparse.c | |
parent | a9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Notes
Notes:
svn path=/head/; revision=145533
svn path=/tags/RELEASE_6_0_0/; revision=145534; tag=release/6.0.0
Diffstat (limited to 'security/krb5-16/files/patch-lib::krb5::krb::unparse.c')
-rw-r--r-- | security/krb5-16/files/patch-lib::krb5::krb::unparse.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/krb5-16/files/patch-lib::krb5::krb::unparse.c b/security/krb5-16/files/patch-lib::krb5::krb::unparse.c deleted file mode 100644 index b45233b0ab78..000000000000 --- a/security/krb5-16/files/patch-lib::krb5::krb::unparse.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/krb5/krb/unparse.c.orig Tue Jan 18 09:57:32 2005 -+++ lib/krb5/krb/unparse.c Tue Jul 12 14:04:38 2005 -@@ -91,6 +91,8 @@ - totalsize++; - totalsize++; /* This is for the separator */ - } -+ if (nelem == 0) -+ totalsize++; - - /* - * Allocate space for the ascii string; if space has been |