Couple more mysql strict fixes

This commit is contained in:
laf
2015-08-11 11:38:05 +00:00
parent ed2e072d09
commit 9925e35224
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -583,7 +583,8 @@ function createHost($host, $community = NULL, $snmpver, $port = 161, $transport
'transport' => $transport,
'status' => '1',
'snmpver' => $snmpver,
'poller_group' => $poller_group
'poller_group' => $poller_group,
'status_reason' => '',
);
$device = array_merge($device, $v3);