[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-2/kmyfirewall/kmyfirewall (silent)
From:       Enrico Ros <rosenric () dei ! unipd ! it>
Date:       2003-09-23 13:45:46
[Download RAW message or body]

CVS commit by eros: 

CVS_SILENT only one fclose must be done if gentoo/slackware detected


  M +4 -2      kmfconfigdialog.cpp   1.16


--- kdeextragear-2/kmyfirewall/kmyfirewall/kmfconfigdialog.cpp  #1.15:1.16
@@ -426,4 +426,5 @@ void KMFConfigDialog::slotAutoConf() {
                 m_progView->setStatus( true, "" );
                 fclose( sbin1 );
+                if ( sbin2 )
                 fclose( sbin2 );
         } else if ( sbin2 != NULL ) {
@@ -434,4 +435,5 @@ void KMFConfigDialog::slotAutoConf() {
                 m_progView->appendLine( "Setting paths..." );
                 m_progView->setStatus( true, "" );
+                if ( sbin1 )
                 fclose( sbin1 );
                 fclose( sbin2 );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic