Second part of fix for bug 8953 - winbind can hang as nbt_getdc() has no timeout.
[kai/samba.git] / source3 / winbindd / winbindd_cm.c
index cf1eb8bd0e93a114e6c062c6ee15cb4313b7e274..f36cceaccc5c53997717caea84e595d8f86b4830 100644 (file)
@@ -1158,6 +1158,7 @@ static bool dcip_to_name(TALLOC_CTX *mem_ctx,
                }
 
                ads_destroy( &ads );
+               return false;
        }
 #endif