admin: Initialize sysroot to / by default, not garbage from the stack

Oops.
This commit is contained in:
Colin Walters 2013-07-11 17:29:04 -04:00
parent 60f5183298
commit d5f1ce4e17

View File

@ -52,7 +52,7 @@ ostree_builtin_admin (int argc, char **argv, GFile *repo_path, GError **error)
{
gboolean ret = FALSE;
__attribute__((unused)) GCancellable *cancellable = NULL;
const char *opt_sysroot;
const char *opt_sysroot = "/";
const char *subcommand_name;
OstreeAdminCommand *subcommand;
int subcmd_argc;