diff options
author | Cy Schubert <cy@FreeBSD.org> | 2005-10-04 22:09:08 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2005-10-04 22:09:08 +0000 |
commit | 7d38b507de581cf19f3c73bf88af5729930e3ffa (patch) | |
tree | b8bc96c4ef46e02111b665f5762f8991a18d8b8a /security/krb5-16/files/patch-lib::krb5::krb::unparse.c | |
parent | Update to version 1.76. (diff) |
Update 1.4.1 --> 1.4.2
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 |