X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fguardian.git;a=blobdiff_plain;f=guardian;h=148f50e38e9f2b166336c16642087965e0c02be6;hp=9b571145c57b83812db4144c81bcf26ad320262f;hb=d79cbb10a6c67b54da71f7684f0e052dcf44fdf5;hpb=7587e837c071ac35993b942e1786deca87abdc51 diff --git a/guardian b/guardian index 9b57114..148f50e 100644 --- a/guardian +++ b/guardian @@ -279,7 +279,7 @@ sub Worker ($) { # sub Socket () { # Create the Server socket by calling the responsible function. - my $server = &Guardian::Socket::Server(); + my $server = &Guardian::Socket::Server($mainsettings{SocketOwner}); # Log successfull creation of socket. $logger->Log("debug", "Listening to Socket...");