Point to osuosl
[oweals/busybox.git] / util-linux / losetup.c
index e2ea538d59662eeeb92bcd5216c6f39808619046..c94456522e8bf9d908a74f0fa7133b6c3d56356b 100644 (file)
@@ -50,6 +50,7 @@ losetup_main (int argc, char **argv)
       || (!delete && optind + 2 != argc))
     bb_show_usage();
 
+  opt = 0;
   if (delete)
     return del_loop (argv[optind]) ? EXIT_SUCCESS : EXIT_FAILURE;
   else