From: Marco van Wieringen Date: Sun, 3 Jun 2012 17:40:29 +0000 (+0200) Subject: Fix compiler warning. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7730dc1f95bcf9560be61a709a7fdbfde097bfea;p=bacula%2Fbacula Fix compiler warning. --- diff --git a/bacula/src/cats/mysql.c b/bacula/src/cats/mysql.c index 653973aacd..26e723e47a 100644 --- a/bacula/src/cats/mysql.c +++ b/bacula/src/cats/mysql.c @@ -668,9 +668,8 @@ bool B_DB_MYSQL::sql_batch_insert(JCR *jcr, ATTR_DBR *ar) } else { changes = 0; } - } else { - return true; } + return true; } /*