This commit is contained in:
Olof hagsand 2016-04-06 17:10:45 -07:00
parent 741fb97a9f
commit ee98869137
6 changed files with 52 additions and 9 deletions

View file

@ -421,7 +421,6 @@ db2file(clicon_handle h,
}
if (strcmp(db, "running") != 0 &&
strcmp(db, "candidate") != 0 &&
strcmp(db, "result") != 0 &&
strcmp(db, "tmp") != 0){
clicon_err(OE_XML, 0, "Unexpected database: %s", db);
goto done;