mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-03 01:29:13 +00:00
fix indentation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
326007b250
commit
b63f34b8a1
@ -1700,7 +1700,7 @@ __PACKAGE__->register_method({
|
|||||||
LocalPort => $port,
|
LocalPort => $port,
|
||||||
Proto => 'tcp',
|
Proto => 'tcp',
|
||||||
GetAddrInfoFlags => 0,
|
GetAddrInfoFlags => 0,
|
||||||
) or die "failed to create socket: $!\n";
|
) or die "failed to create socket: $!\n";
|
||||||
# Inside the worker we shouldn't have any previous alarms
|
# Inside the worker we shouldn't have any previous alarms
|
||||||
# running anyway...:
|
# running anyway...:
|
||||||
alarm(0);
|
alarm(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user