From 5dd6ca4f0345a8fe20f9839d7d07ab2184e31a4f Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 17 Nov 1997 23:15:46 +0000 Subject: [PATCH] initialise optind git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4039 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/pop_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/popper/pop_debug.c b/appl/popper/pop_debug.c index 3cd5e8ae2..e64859f65 100644 --- a/appl/popper/pop_debug.c +++ b/appl/popper/pop_debug.c @@ -212,7 +212,7 @@ main(int argc, char **argv) struct hostent *hp; int s; struct sockaddr_in sa; - int optind; + int optind = 0; set_progname(argv[0]);