mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
check_smtp: Remove unused enum
This commit is contained in:
parent
883fcb607f
commit
acf57dba52
1 changed files with 0 additions and 5 deletions
|
|
@ -91,11 +91,6 @@ static int my_close(int /*socket_descriptor*/);
|
|||
|
||||
static int verbose = 0;
|
||||
|
||||
enum {
|
||||
TCP_PROTOCOL = 1,
|
||||
UDP_PROTOCOL = 2,
|
||||
};
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
/* Catch pipe errors in read/write - sometimes occurs when writing QUIT */
|
||||
(void)signal(SIGPIPE, SIG_IGN);
|
||||
|
|
|
|||
Loading…
Reference in a new issue