summaryrefslogtreecommitdiff
path: root/security/krb5-16/files/patch-lib::krb5::krb::unparse.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2003-05-07 03:47:49 +0000
committerCy Schubert <cy@FreeBSD.org>2003-05-07 03:47:49 +0000
commitb19f46658c50e2c65f0ecc453aefa382cad5a7a6 (patch)
treeb57b48ed1a735d2330de6a46009debbb41f6f118 /security/krb5-16/files/patch-lib::krb5::krb::unparse.c
parentRename a patch file. (diff)
Update 1.2.7 --> 1.2.8.
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.c17
1 files changed, 0 insertions, 17 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 690eb5febea2..000000000000
--- a/security/krb5-16/files/patch-lib::krb5::krb::unparse.c
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: lib/krb5/krb/unparse.c
-===================================================================
-RCS file: /cvs/krbdev/krb5/src/lib/krb5/krb/unparse.c,v
-retrieving revision 5.27.4.1
-diff -p -u -r5.27.4.1 unparse.c
---- lib/krb5/krb/unparse.c 2002/08/12 22:55:01 5.27.4.1
-+++ lib/krb5/krb/unparse.c 2003/03/19 00:39:02
-@@ -153,7 +153,8 @@ krb5_unparse_name_ext(context, principal
- *q++ = COMPONENT_SEP;
- }
-
-- q--; /* Back up last component separator */
-+ if (i > 0)
-+ q--; /* Back up last component separator */
- *q++ = REALM_SEP;
-
- cp = krb5_princ_realm(context, principal)->data;