diff options
| author | Michael Adam <obnox@samba.org> | 2017-07-13 02:22:14 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@samba.org> | 2017-07-27 10:41:22 +0200 |
| commit | d6253b326ee53c4278458fc425335b64519d93dd (patch) | |
| tree | 3e6fabfa1a2f4682ca8fe481ce9e2f25b6845456 /src | |
| parent | ceb17676cba178f56d00d21189c3f1765e5c2ae0 (diff) | |
| download | socket_wrapper-d6253b326ee53c4278458fc425335b64519d93dd.tar.gz socket_wrapper-d6253b326ee53c4278458fc425335b64519d93dd.tar.xz socket_wrapper-d6253b326ee53c4278458fc425335b64519d93dd.zip | |
swrap: Fix tab vs space in swrap_auto_bind
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/socket_wrapper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c index 29cd3f9..3e429e7 100644 --- a/src/socket_wrapper.c +++ b/src/socket_wrapper.c @@ -3173,8 +3173,8 @@ static int swrap_auto_bind(int fd, struct socket_info *si, int family) type = SOCKET_TYPE_CHAR_UDP; break; default: - errno = ESOCKTNOSUPPORT; - return -1; + errno = ESOCKTNOSUPPORT; + return -1; } memset(&in, 0, sizeof(in)); |
