r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
[samba.git] / source4 / utils / ntlm_auth.c
index 1b25c96ab27d2441a4ec7e8bc672b39cbc5c1eea..1961daeb101dccef6032d9feee46bb64f320f73f 100644 (file)
@@ -1005,7 +1005,7 @@ int main(int argc, const char **argv)
                { "multiplex", 0, POPT_ARG_NONE, &opt_multiplex, OPT_MULTIPLEX, "Multiplex Mode"},
                POPT_COMMON_SAMBA
                POPT_COMMON_VERSION
-               POPT_TABLEEND
+               { NULL }
        };
 
        /* Samba client initialisation */