fixed use of undefined status variable in diagnostic

This commit is contained in:
Jeff Hill
2002-09-19 19:28:09 +00:00
parent 48bb66d586
commit 7cc7d596b3

View File

@@ -964,7 +964,8 @@ caStatus casStrmClient::claimChannelAction()
if ( pvar.getStatus() != S_casApp_asyncCompletion ) {
fprintf ( stderr,
"Application returned %d from cas::pvAttach()"
" - expected S_casApp_asyncCompletion\n", status );
" - expected S_casApp_asyncCompletion\n",
pvar.getStatus() );
}
status = S_cas_success;
}