Skip to content
Snippets Groups Projects
Commit ecef4972 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

rc in glue_tool_entry_put() is an int, not NOID (unsigned long).

parent ca615a4b
No related branches found
No related tags found
No related merge requests found
......@@ -650,7 +650,7 @@ glue_tool_entry_put (
)
{
BackendDB *be, b2;
int rc = NOID;
int rc = -1;
b2 = *b0;
b2.bd_info = (BackendInfo *)glue_tool_inst( b0->bd_info );
......
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