From b31caea7299d691b1e5815a554225514279985dd Mon Sep 17 00:00:00 2001
From: in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Thu, 9 Oct 2003 01:24:48 +0000
Subject: revert to revision 1212 revision 1223 will crash userec_t

git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1229 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 pttbbs/include/pttstruct.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pttbbs/include/pttstruct.h b/pttbbs/include/pttstruct.h
index 7a955ac7..5ec26a57 100644
--- a/pttbbs/include/pttstruct.h
+++ b/pttbbs/include/pttstruct.h
@@ -87,10 +87,7 @@ typedef struct userec_t {
     char    ident[11];
     unsigned int    uflag2;
     unsigned char   signature;
-    int     goodcredit;   /* one's credit */
-    int     badcredit;
-    int     badpost;
-    char    pad[59];
+    char    pad[71];
 } userec_t;
 /* these are flags in userec_t.uflag */
 #define PAGER_FLAG      0x4     /* true if pager was OFF last session */
-- 
cgit v1.2.3