diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-11-09 14:22:27 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-11-09 14:22:27 -0300 |
commit | 67cab0ec64e4b66793675f8e83c4820c5dbd9be3 (patch) | |
tree | 5147569d15891d017d6b669b188e615befbfcc50 /src/IO/dpi.c | |
parent | b0db7451bffd7d52bf908aabebd5a0d5b94b3b97 (diff) | |
parent | 9e2760ed2439a1e93f29a2c791e409aea7434787 (diff) |
merge
Diffstat (limited to 'src/IO/dpi.c')
-rw-r--r-- | src/IO/dpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/dpi.c b/src/IO/dpi.c index 10fdaf69..5834ab0f 100644 --- a/src/IO/dpi.c +++ b/src/IO/dpi.c @@ -528,7 +528,7 @@ static int Dpi_blocking_start_dpid(void) * TODO: here we should use the credentials in ~/.dillo/dpid_comm_keys * (dpid port and password). */ -int Dpi_get_server_port(const char *server_name) +static int Dpi_get_server_port(const char *server_name) { int sock_fd, dpi_port = -1; int dpid_port, ok = 0; |