summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-01-03 18:16:08 +0100
committerVolker Lendecke <vl@samba.org>2009-01-03 19:22:06 +0100
commitfafb9ecc613914ee49bfdb4c1eb249fcbbcf25f7 (patch)
tree46fb8c81e7fb5b715f0405a08e688677af6d0479 /source3/include
parentb6138bf4f22e7a093d35e2f23992595acae55068 (diff)
downloadsamba-fafb9ecc613914ee49bfdb4c1eb249fcbbcf25f7.tar.gz
samba-fafb9ecc613914ee49bfdb4c1eb249fcbbcf25f7.tar.bz2
samba-fafb9ecc613914ee49bfdb4c1eb249fcbbcf25f7.zip
open_socket_out is always used with SOCK_STREAM, remove argument "type"
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index be34bb0e65..42d1f52fe1 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1457,8 +1457,7 @@ int open_socket_in(int type,
int dlevel,
const struct sockaddr_storage *psock,
bool rebind);
-int open_socket_out(int type,
- const struct sockaddr_storage *pss,
+int open_socket_out(const struct sockaddr_storage *pss,
uint16_t port,
int timeout);
bool open_any_socket_out(struct sockaddr_storage *addrs, int num_addrs,