mirror of
https://github.com/webmin/webmin.git
synced 2026-03-06 19:32:00 +00:00
Merge branch 'master' of git@github.com:webmin/webmin
This commit is contained in:
14
miniserv.pl
14
miniserv.pl
@@ -879,13 +879,6 @@ while(1) {
|
||||
$SIG{'HUP'} = 'IGNORE';
|
||||
$SIG{'USR1'} = 'IGNORE';
|
||||
|
||||
# Initialize SSL for this connection
|
||||
if ($use_ssl) {
|
||||
$ssl_con = &ssl_connection_for_ip(
|
||||
SOCK, $ipv6fhs{$s});
|
||||
$ssl_con || exit;
|
||||
}
|
||||
|
||||
# Close the file handle for the session DBM
|
||||
dbmclose(%sessiondb);
|
||||
|
||||
@@ -897,6 +890,13 @@ while(1) {
|
||||
&close_all_sockets();
|
||||
close(LISTEN);
|
||||
|
||||
# Initialize SSL for this connection
|
||||
if ($use_ssl) {
|
||||
$ssl_con = &ssl_connection_for_ip(
|
||||
SOCK, $ipv6fhs{$s});
|
||||
$ssl_con || exit;
|
||||
}
|
||||
|
||||
print DEBUG
|
||||
"main: Starting handle_request loop pid=$$\n";
|
||||
while(&handle_request($peera, $locala,
|
||||
|
||||
Reference in New Issue
Block a user