]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Regenerate patches
authorBenjamin Kaduk <kaduk@mit.edu>
Sun, 1 Jul 2018 19:59:35 +0000 (14:59 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Sun, 1 Jul 2018 19:59:35 +0000 (14:59 -0500)
Change-Id: I3290cf8b2db31db17d559c8183ee7de79e20f444

debian/patches/0003-Catch-up-to-roken-s-rename-of-base64-symbols.patch

index 08040d9f987e316ad3b56f3e7ae9f13c0949a615..52b912d45eb5a8eac60b02a891245f647cfe5737 100644 (file)
@@ -12,7 +12,7 @@ to link against a more modern libroken, and must use the new names.
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/src/auth/userok.c b/src/auth/userok.c
-index fdb3038..caa9ab6 100644
+index 8a7d4a4..b54d106 100644
 --- a/src/auth/userok.c
 +++ b/src/auth/userok.c
 @@ -470,7 +470,7 @@ ParseLine(char *buffer, struct rx_identity *user)
@@ -24,7 +24,7 @@ index fdb3038..caa9ab6 100644
        if (len<0) {
            free(decodedName);
            return EINVAL;
-@@ -568,7 +568,7 @@ afsconf_AddIdentity(struct afsconf_dir *adir, struct rx_identity *user)
+@@ -571,7 +571,7 @@ afsconf_AddIdentity(struct afsconf_dir *adir, struct rx_identity *user)
      if (user->kind == RX_ID_KRB4) {
        fprintf(tf, "%s\n", user->displayName);
      } else {