X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fsql_get.c;fp=bacula%2Fsrc%2Fcats%2Fsql_get.c;h=d6ae98256002fca811a29f9ba1a22eb03fe2ec98;hb=16e984355f65340e5da81d192c57f2d00b3c2c57;hp=cfdb4151e131c1c548dc2ced8aebb49a97ceb0a7;hpb=8eb2a01c2841aa8f070d4962be43ab57624cb57f;p=bacula%2Fbacula diff --git a/bacula/src/cats/sql_get.c b/bacula/src/cats/sql_get.c index cfdb4151e1..d6ae982560 100644 --- a/bacula/src/cats/sql_get.c +++ b/bacula/src/cats/sql_get.c @@ -68,7 +68,7 @@ bool BDB::bdb_get_file_attributes_record(JCR *jcr, char *afname, JOB_DBR *jr, FI } -/** +/* * Get a File record * * DO NOT use Jmsg in this routine. @@ -162,10 +162,9 @@ bool BDB::bdb_get_file_record(JCR *jcr, JOB_DBR *jr, FILE_DBR *fdbr) Mmsg(errmsg, _("File record not found in Catalog.\n")); } return ok; - } -/** +/* * Get Filename record * Returns: 0 on failure * FilenameId on success