Add placeholders for structure magic numbers
authorTheodore Tso <tytso@mit.edu>
Sat, 1 Oct 1994 02:30:49 +0000 (02:30 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 1 Oct 1994 02:30:49 +0000 (02:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4420 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/kpasswd/ChangeLog
src/kadmin/kpasswd/kpasswd.c

index 322a099b8a48bbda4a05f5056eddc16db62c3d81..de972574bf298578f07ed49fd9da93367b2847dc 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep 30 22:30:21 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * kpasswd.c: Add placeholders for magic numbers
+
 Thu Sep 29 22:40:10 1994  Theodore Y. Ts'o  (tytso@dcl)
 
        * Makefile.in: relink executable if libraries change
index 4502016855245cf2b732b8dc0a0b38fdbd97e0dd..9fb56c42ef329287f249c9a8619d6502963a72f3 100644 (file)
@@ -564,6 +564,7 @@ main(argc,argv)
 
 
 krb5_data cpwname = {
+        0,
        sizeof(CPWNAME)-1,
        CPWNAME
 };