Added missing continue so that we don't copy both the unprintable
authorTheodore Tso <tytso@mit.edu>
Wed, 26 Oct 1994 03:39:46 +0000 (03:39 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 26 Oct 1994 03:39:46 +0000 (03:39 +0000)
character as well as the quoted version of it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4573 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/srv_rcache.c

index a3dbe38d8d0f79b0d411aac8a6a09accd796898e..22bd58d4cc22f6c231fb3e487210f99fc7458667 100644 (file)
@@ -1,3 +1,9 @@
+Tue Oct 25 23:34:57 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * srv_rcache.c (krb5_get_server_rcache): Added missing continue so
+               that we don't copy both the unprintable character as well
+               as the quoted version of it.
+
 Mon Oct 24 15:50:19 1994  Theodore Y. Ts'o  (tytso@dcl)
 
        * configure.in: If KRB4 is defined, define KRB5_KRB4_COMPAT for
index f6206df229b349563651a02c38c1191b09147856..cc397c46439ac0efe050e65c73e94e35d7b9a971 100644 (file)
@@ -75,6 +75,7 @@ krb5_rcache *rcptr;
            cachename[p++] = tmp[0];
            cachename[p++] = tmp[1];
            cachename[p++] = tmp[2];
+           continue;
        }
        cachename[p++] = piece->data[i];
     }