Minor fixes

This commit is contained in:
fbsanchez 2018-09-13 20:36:20 +02:00
parent d0a82c436a
commit 33f3bb57e6
1 changed files with 6 additions and 6 deletions

View File

@ -283,7 +283,7 @@ sub locate_agent {
return get_agent($dbh, $field); return get_agent($dbh, $field);
} }
return undef return undef;
} }