This commit is contained in:
Olof Hagsand 2016-04-10 20:47:29 +02:00
commit e3b51c3d32
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;