diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/idevicedebugserverproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicedebugserverproxy.c b/tools/idevicedebugserverproxy.c index 1d8a23d..5b42473 100644 --- a/tools/idevicedebugserverproxy.c +++ b/tools/idevicedebugserverproxy.c | |||
| @@ -338,7 +338,7 @@ int main(int argc, char *argv[]) | |||
| 338 | } | 338 | } |
| 339 | 339 | ||
| 340 | /* create local socket */ | 340 | /* create local socket */ |
| 341 | server_fd = socket_create(local_port); | 341 | server_fd = socket_create("127.0.0.1", local_port); |
| 342 | if (server_fd < 0) { | 342 | if (server_fd < 0) { |
| 343 | fprintf(stderr, "Could not create socket\n"); | 343 | fprintf(stderr, "Could not create socket\n"); |
| 344 | result = EXIT_FAILURE; | 344 | result = EXIT_FAILURE; |
