r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
[samba.git] / source4 / client / client.c
index 21c5f6ce61566ee1add39a72d4dae92a6d0d5150..e748edd347652d8be230e9b85fe5c9b92ae62287 100644 (file)
@@ -3090,7 +3090,7 @@ static int do_message_op(const char *desthost, const char *destip, int name_type
                POPT_COMMON_CONNECTION
                POPT_COMMON_CREDENTIALS
                POPT_COMMON_VERSION
-               POPT_TABLEEND
+               { NULL }
        };
        
        mem_ctx = talloc_init("client.c/main");