X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=lib%2Ftsocket%2Ftsocket_bsd.c;h=2b68f178c3252c310b303ded8092ca9ae37bfce8;hp=34ae60ee09050bb493c1b858330e64d3773a9734;hb=182a4b30dee11286b87431db09ec198e02b347cb;hpb=b46599590f0b2801e1658dc32b6c074d5a14828c diff --git a/lib/tsocket/tsocket_bsd.c b/lib/tsocket/tsocket_bsd.c index 34ae60ee090..2b68f178c32 100644 --- a/lib/tsocket/tsocket_bsd.c +++ b/lib/tsocket/tsocket_bsd.c @@ -1233,11 +1233,11 @@ int _tdgram_inet_udp_socket(const struct tsocket_address *local, return ret; } -int _tdgram_unix_dgram_socket(const struct tsocket_address *local, - const struct tsocket_address *remote, - TALLOC_CTX *mem_ctx, - struct tdgram_context **dgram, - const char *location) +int _tdgram_unix_socket(const struct tsocket_address *local, + const struct tsocket_address *remote, + TALLOC_CTX *mem_ctx, + struct tdgram_context **dgram, + const char *location) { struct tsocket_address_bsd *lbsda = talloc_get_type_abort(local->private_data,