Skip to content
Snippets Groups Projects
Commit 383688b5 authored by Dima Zavin's avatar Dima Zavin
Browse files

toolbox: Fix uninitalized stack variable in mount.


Signed-off-by: default avatarDima Zavin <dima@android.com>
parent 5e924468
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ int mount_main(int argc, char *argv[])
{
char *type = NULL;
int c;
int loop;
int loop = 0;
progname = argv[0];
rwflag = MS_VERBOSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment