Fix typo error in checkin
authorEzra Peisach <epeisach@mit.edu>
Mon, 18 Sep 1995 03:42:16 +0000 (03:42 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 18 Sep 1995 03:42:16 +0000 (03:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6806 dc483132-0cff-0310-8789-dd5450dbe970

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

index 162cb52dbc52727805a7c8f8a7282c941ef04ba4..1824c0c1e102977fe6b23676375565587a4cd024 100644 (file)
@@ -1,3 +1,7 @@
+Sun Sep 17 23:41:19 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * rd_safe.c: Fix typo error.
+
 Sat Sep 16 01:23:14 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * sendauth.c (krb5_sendauth): Make sure the scratch credentials
index 9cdcabf06431ac90777e2fa55346a9f59f8bd0d9..df4b804bc2c5519f99a49df82d4aae83239f2b48 100644 (file)
@@ -266,8 +266,8 @@ krb5_rd_safe(context, auth_context, inbuf, outbuf, outdata)
        
     /* everything is ok - return data to the user */
     return 0;
-eh
-error:;
+
+error:
     krb5_xfree(outbuf->data);
     return retval;