Syncup popt changes with HEAD.
[samba.git] / source3 / nsswitch / wbinfo.c
index 16644cd484052a8971539573f965a8b86e32c177..61c54b373827f628dc5486fa322b965a5e505923 100644 (file)
@@ -713,8 +713,8 @@ int main(int argc, char **argv)
                { "set-auth-user", 'A', POPT_ARG_STRING, &string_arg, OPT_SET_AUTH_USER, "Store user and password used by winbindd (root only)", "user%password" },
                { "get-auth-user", 0, POPT_ARG_NONE, NULL, OPT_GET_AUTH_USER, "Retrieve user and password used by winbindd (root only)", NULL },
                { "ping", 'p', POPT_ARG_NONE, 0, 'p', "Ping winbindd to see if it is alive" },
-               { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_version},
-               { 0, 0, 0, 0 }
+               POPT_COMMON_VERSION
+               POPT_TABLEEND
        };
 
        /* Samba client initialisation */