summaryrefslogtreecommitdiff
path: root/source3/libaddns/dnssock.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libaddns/dnssock.c')
-rw-r--r--source3/libaddns/dnssock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libaddns/dnssock.c b/source3/libaddns/dnssock.c
index d3223b9bd8..ac66a6d1b4 100644
--- a/source3/libaddns/dnssock.c
+++ b/source3/libaddns/dnssock.c
@@ -238,7 +238,7 @@ static int32 DNSSelect( HANDLE hDNSHandle )
if ( !dwNumSockets ) {
#ifndef WIN32
dwError = ETIMEDOUT;
-#elif
+#else
dwError = WSAETIMEDOUT;
#endif
}