2017-03-29 Fred Gleason <fredg@paravelsystems.com>

* Added a man page for rddbcheck(8).
This commit is contained in:
Fred Gleason
2017-03-29 12:38:01 -04:00
parent 5dc6fa92a9
commit aeccd2600e
6 changed files with 179 additions and 2 deletions

View File

@@ -164,7 +164,6 @@ MainObject::MainObject(QObject *parent)
if(!orphan_group_name.isEmpty()) {
QString sql=QString().sprintf("select NAME from GROUPS where NAME=\"%s\"",
(const char *)orphan_group_name);
printf("SQL: %s\n",(const char *)sql);
QSqlQuery *q=new QSqlQuery(sql);
if(!q->first()) {
fprintf(stderr,"rddbcheck: invalid group \"%s\"\n",