uhttpd: - cope with options instead of lists in uci config - fix compilation without tls (#7050) - bump to rev 7

SVN-Revision: 20668
This commit is contained in:
Jo-Philipp Wich
2010-04-03 13:09:10 +00:00
parent 90888d6b35
commit a0a6400034
3 changed files with 13 additions and 16 deletions

View File

@@ -524,6 +524,7 @@ int main (int argc, char **argv)
port = optarg;
}
#ifdef HAVE_TLS
if( opt == 's' )
{
if( !conf.tls )
@@ -537,6 +538,7 @@ int main (int argc, char **argv)
tls = 1;
}
#endif
/* bind sockets */
bound += uh_socket_bind(