fixed bug which resulted in shared files getting backed up
authorewt <devnull@localhost>
Thu, 15 Feb 1996 21:08:09 +0000 (21:08 +0000)
committerewt <devnull@localhost>
Thu, 15 Feb 1996 21:08:09 +0000 (21:08 +0000)
CVS patchset: 284
CVS date: 1996/02/15 21:08:09

lib/uninstall.c

index 7851d84..e8999b7 100644 (file)
@@ -345,6 +345,7 @@ static int removeFile(char * file, char state, unsigned int flags, char * md5,
 
          case KEEP:
            message(MESS_DEBUG, "keeping %s\n", file);
+           break;
 
          case BACKUP:
            message(MESS_DEBUG, "saving %s as %s.rpmsave\n", file, file);