Imported Upstream version 14.45.11
[platform/upstream/libzypp.git] / zypp / RepoInfo.cc
index 679a432..a2ed9a2 100644 (file)
@@ -481,6 +481,7 @@ namespace zypp
         accept = false;
       }
     }
+    prog.close();
     MIL << "License for " << name() << " has to be accepted: " << (accept?"true":"false" ) << endl;
     return accept;
   }