[OpenAFS-devel] Bug on openafs / src / JAVA / libjafs / Server.c

Alvaro Valcarce valcarce@mail.desy.de
Fri, 27 Aug 2004 10:18:43 +0200 (CEST)


On file Server.c, in the function
Java_org_openafs_jafs_Server_getServerInfo, after the last
throwAFSException, I believe that there should be a return statement.
Otherwise the info retrieve from the server with fillServerInfo will fail.

Alvaro