Change socket address from localhost to 127.0.0.1

For some reason ruby socket started to fail when
receives locahost for pack_sockaddr_in

Change-Id: I66e6e80de4202a26d25edfab9157783948578e76
Closes-Bug: #1297829
This commit is contained in:
Dima Shulyak 2014-03-26 15:47:34 +02:00
parent cb1392ee81
commit 1693fd7642
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ module MCollective
"action" => "listen",
"interfaces" => JSON.parse(request[:interfaces]),
"dump_file" => "/var/tmp/net-probe-dump",
"ready_address" => "localhost",
"ready_address" => "127.0.0.1",
"ready_port" => 31338,
}