Mercurial > masqmail
comparison src/smtp_in.c @ 376:028bc124d744
Removed unused variables.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 14 Jan 2012 18:20:03 +0100 |
parents | b27f66555ba8 |
children |
comparison
equal
deleted
inserted
replaced
375:3f923f97563b | 376:028bc124d744 |
---|---|
160 gchar *buffer; | 160 gchar *buffer; |
161 smtp_cmd_id cmd_id; | 161 smtp_cmd_id cmd_id; |
162 message *msg = NULL; | 162 message *msg = NULL; |
163 smtp_connection *psc; | 163 smtp_connection *psc; |
164 int len; | 164 int len; |
165 unsigned long size, msize; | 165 unsigned long msize; |
166 | 166 |
167 DEBUG(5) debugf("smtp_in entered, remote_host = %s\n", remote_host); | 167 DEBUG(5) debugf("smtp_in entered, remote_host = %s\n", remote_host); |
168 | 168 |
169 psc = create_base(remote_host); | 169 psc = create_base(remote_host); |
170 psc->msg = msg; | 170 psc->msg = msg; |