diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-22 23:49:29 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-22 23:49:29 (GMT) |
commit | 066b63b86197985a50ca10291ea350f5f4d59017 (patch) | |
tree | 13ca2150e91f95d412b37d952855f3052afd9e3a /plugins/check_dig.c | |
parent | 8a9ec38fbb780d17241a52c5dd4853cccb800e45 (diff) | |
download | monitoring-plugins-066b63b86197985a50ca10291ea350f5f4d59017.tar.gz |
- forgot to declare struct timeval tv for hires timing
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@692 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_dig.c')
-rw-r--r-- | plugins/check_dig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_dig.c b/plugins/check_dig.c index c70ad97..197d520 100644 --- a/plugins/check_dig.c +++ b/plugins/check_dig.c | |||
@@ -41,6 +41,7 @@ int verbose = FALSE; | |||
41 | int server_port = DEFAULT_PORT; | 41 | int server_port = DEFAULT_PORT; |
42 | int warning_interval = -1; | 42 | int warning_interval = -1; |
43 | int critical_interval = -1; | 43 | int critical_interval = -1; |
44 | struct timeval tv; | ||
44 | 45 | ||
45 | int | 46 | int |
46 | main (int argc, char **argv) | 47 | main (int argc, char **argv) |