]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Initialized new member.
authorJim Meyering <jim@meyering.net>
Sun, 9 Nov 2003 20:50:37 +0000 (20:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Nov 2003 20:50:37 +0000 (20:50 +0000)
src/mv.c

index 4beb83638b825930af142a2cebb6fbd4f36a270d..b1fcf02cf4b70b9f9d9a804a28905044f45fed33 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -96,9 +96,8 @@ static void
 rm_option_init (struct rm_options *x)
 {
   x->unlink_dirs = 0;
-
   x->ignore_missing_files = 0;
-
+  x->root_dev_ino = NULL;
   x->recursive = 1;
 
   /* Should we prompt for removal, too?  No.  Prompting for the `move'