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

This commit is contained in:
Hallvard Furuseth 2005-07-17 12:14:42 +00:00
parent ca615a4b3a
commit ecef4972fe

View file

@ -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 );