Remove the useless judgement
[vfc/nfvo/driver/vnfm/svnfm.git] / huawei / vnfmadapter / VnfmadapterService / service / src / main / java / org / onap / vfc / nfvo / vnfm / svnfm / vnfmadapter / common / DownloadCsarManager.java
index b2157ed..66d3b65 100644 (file)
@@ -96,6 +96,7 @@ public class DownloadCsarManager {
             is.close();
             fileout.flush();
             fileout.close();
+            client.close();
             status = Constant.DOWNLOADCSAR_SUCCESS;
 
         } catch(Exception e) {