]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed second comparison
authorArvin Schnell <aschnell@suse.de>
Mon, 7 Feb 2011 13:40:58 +0000 (14:40 +0100)
committerArvin Schnell <aschnell@suse.de>
Mon, 7 Feb 2011 13:40:58 +0000 (14:40 +0100)
snapper/Snapper.cc

index b5917f8d46cdd95cfc37719c276bea7c1576cefd..39cb78d5a8d246a5177455f85222b9bb7a660742 100644 (file)
@@ -107,6 +107,7 @@ namespace snapper
        snapshot1 = new_snapshot1;
        snapshot2 = new_snapshot2;
 
+       files.initialized = false;
        files.assertInit();
 
        return true;