fix rcsid name
authorJohn Kohl <jtkohl@mit.edu>
Fri, 29 Mar 1991 08:42:17 +0000 (08:42 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 29 Mar 1991 08:42:17 +0000 (08:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1958 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/recvauth.c
src/lib/krb5/os/write_msg.c

index 09f120a4f70b346913beb51a12dad6249bebe1c9..fd391eb7a5517732bcb505a18d1346ecd53dc187 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char rcsid_sendauth_c [] =
+static char rcsid_recvauth_c [] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index 61ac2d8c798c9ac7c3c2f1f54ca2374cc529de13..06bc1f6a174c8eb0ea4cb65f1b7e74e94cb70c7b 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char rcsid_sendauth_c [] =
+static char rcsid_write_msg_c [] =
 "$Id$";
 #endif /* !lint & !SABER */