Get rid of this unnecessary buffer

This commit is contained in:
Berke Viktor
2013-05-11 02:00:32 +02:00
parent cf3d1ebb8b
commit a98b95923b
3 changed files with 16 additions and 13 deletions

View File

@@ -527,7 +527,6 @@ typedef struct server
char hostname[128]; /* real ip number */
char servername[128]; /* what the server says is its name */
char password[86];
char sasluser[32]; /* this is just a buffer for network->user */
char nick[NICKLEN];
char linebuf[2048]; /* RFC says 512 chars including \r\n */
char *last_away_reason;