]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/common/containers.c
Never automatically try to bind to ports >= 32768.
[meshlink] / test / blackbox / common / containers.c
index f99abde584f3b8d8ca6bef285c144df36ed4fbcc..4f3f881a23cdedaf7f09aa1463f4f0e38e3fb17f 100644 (file)
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
 #include <stdlib.h>
 #include <assert.h>
 #include <string.h>
@@ -26,7 +30,7 @@
 #include "common_handlers.h"
 
 char *lxc_path = NULL;
-char *choose_arch;
+extern char *choose_arch;
 static char container_ips[10][100];
 
 /* Return the handle to an existing container after finding it by container name */