From: Eric Bollengier Date: Sun, 2 May 2010 14:03:46 +0000 (+0200) Subject: tweak comments X-Git-Tag: Release-5.2.1~1374 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6d1026e524e0e1478df90e5ec63a6af8cc5d7b77;p=bacula%2Fbacula tweak comments --- diff --git a/bacula/src/cats/sqlite.c b/bacula/src/cats/sqlite.c index c90195a35c..c3a1e5f960 100644 --- a/bacula/src/cats/sqlite.c +++ b/bacula/src/cats/sqlite.c @@ -337,7 +337,6 @@ db_escape_object(JCR *jcr, B_DB *db, char *old, int len) /* * Unescape binary object so that SQLIte is happy - * Memory is stored in B_DB struct, no need to free it * * TODO: need to be implemented (escape \0) */