View | Details | Raw Unified
Collapse All | Expand All

(-) kmyfirewall-1.0_old/kmyfirewall/core/iptchain.cpp (-1 / +1 lines)
 Lines 432-438    Link Here 
			log_prefix = curr.toElement().attribute( "prefix" );
			log_prefix = curr.toElement().attribute( "prefix" );
			if( !log_prefix.isEmpty() )
			if( !log_prefix.isEmpty() )
				m_log_prefix = log_burst;
				m_log_prefix = log_prefix;
		}
		}
		curr = curr.nextSibling();
		curr = curr.nextSibling();
	}
	}