mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] uhttpd:
- cope with options instead of lists in uci config - fix compilation without tls (#7050) - bump to rev 7 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20668 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user