uhttpd: fix parameter parsing issue on avr32 and most likely ixp4xx

SVN-Revision: 20532
This commit is contained in:
Jo-Philipp Wich
2010-03-28 02:35:45 +00:00
parent 8779e971ed
commit 4bc74807e4
2 changed files with 3 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ int main (int argc, char **argv)
int nofork = 0;
/* args */
char opt;
int opt;
char bind[128];
char *port = NULL;