r15356: Remove unused 'flags' argument from socket_send() and friends.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 30 Apr 2006 05:58:31 +0000 (05:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:25 +0000 (14:05 -0500)
commita312812b92f5ac7e6bd2c4af725dbbbc900d4452
tree0b9c254fc8ba0fdc95cd8c10ffbba696f5113960
parent2961d545fb23e271c5f1c11bc618f16120e47f49
r15356: Remove unused 'flags' argument from socket_send() and friends.

This is in preperation for making TLS a socket library.

Andrew Bartlett
15 files changed:
source/auth/kerberos/krb5_init_context.c
source/kdc/kdc.c
source/lib/messaging/messaging.c
source/lib/socket/socket.c
source/lib/socket/socket.h
source/lib/socket/socket_ipv4.c
source/lib/socket/socket_ipv6.c
source/lib/socket/socket_unix.c
source/lib/stream/packet.c
source/lib/tls/tls.c
source/libcli/cldap/cldap.c
source/libcli/dgram/dgramsocket.c
source/libcli/nbt/nbtsocket.c
source/rpc_server/dcerpc_sock.c
source/torture/local/socket.c