summaryrefslogtreecommitdiff
path: root/zttest.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-06 13:57:05 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-06 13:57:05 +0000
commit2dde04d898693c9e87a1bf962fe4b8b3c971fea7 (patch)
treefc3e5fa7c1b7ff6ee294edcc6a5969db49148726 /zttest.c
parent7779737b5ce36ee3d99eec1c00524aa20e38f458 (diff)
Get rid of a warning message when compiling zttest.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2090 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zttest.c')
-rw-r--r--zttest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zttest.c b/zttest.c
index 5045c75..9d39cda 100644
--- a/zttest.c
+++ b/zttest.c
@@ -27,7 +27,7 @@ int main(int argc, char *argv[])
int fd;
int res;
int count=0;
- int seconds;
+ int seconds = 0;
int ms;
int curarg = 1;
int verbose=0;