diff --git a/toolbox/mount.c b/toolbox/mount.c index ef13e1fd5..86047a9dd 100644 --- a/toolbox/mount.c +++ b/toolbox/mount.c @@ -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;