Skip to content
Snippets Groups Projects
Commit 7f804b5c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix no backend type case in backend_init.

parent f0a9df6c
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,7 @@ int backend_init(void)
"backend_init: failed\n",
0, 0, 0 );
return rc;
return rc ? rc : -1;
}
int backend_startup(int n)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment