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