A few more small tweaks.

This commit is contained in:
Robin Sommer 2013-05-14 16:19:41 -07:00
parent 1459216b20
commit 8220d70e88
4 changed files with 6 additions and 8 deletions

View file

@ -325,7 +325,8 @@ void Manager::GetFileHandle(AnalyzerTag::Tag tag, Connection* c, bool is_orig)
{
current_handle.clear();
if ( ! get_file_handle ) return;
if ( ! get_file_handle )
return;
val_list* vl = new val_list();
vl->append(new Val(tag, TYPE_COUNT));