From: Marco van Wieringen Date: Sun, 3 Jun 2012 17:40:29 +0000 (+0200) Subject: Fix compiler warning. X-Git-Tag: Release-5.2.8~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bee60e542dd841fdbea05889e3bf530aaa6a01de;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; } /*