#ifndef __EXPERIMENTAL_CALLBACK_CONN_MOVING
errorCode = 1;
#else
-
- H_LOCK
+ H_LOCK;
tclient = h_FindClient_r(tcon);
thost = tclient->host;
thost->port, 1, sc, 0);
rx_SetConnDeadTime(conn, 2);
rx_SetConnHardDeadTime(conn, AFS_HARDDEADTIME);
- H_UNLOCK
+ H_UNLOCK;
errorCode = RXAFSCB_Probe(conn);
- H_LOCK
+ H_LOCK;
if (!errorCode) {
if ( thost->callback_rxcon )
rx_DestroyConnection(thost->callback_rxcon);
} else {
rx_DestroyConnection(conn);
}
+ Bad_CallBackRxConnAddr:
+ H_UNLOCK;
#endif
- Bad_CallBackRxConnAddr:
- H_UNLOCK;
errorCode = CallPostamble(tcon, errorCode);
Bad_CallBackRxConnAddr1:
return errorCode; /* failure */