exporter-call-gethost-method-correctly-20081025

LICENSE IPL10

actually call the correct method for EXP_GETHOST
This commit is contained in:
Simon Wilkinson 2008-10-26 01:45:45 +00:00 committed by Derrick Brashear
parent 3f08225c6b
commit 8a33059215

View File

@ -107,7 +107,7 @@ struct afs_exporter {
#define EXP_CHECKHOST(EXP, HOST) \
(*(EXP)->exp_op->export_checkhost)(EXP, HOST)
#define EXP_GETHOST(EXP) \
(*(EXP)->exp_op->export_checkhost)(EXP)
(*(EXP)->exp_op->export_gethost)(EXP)
struct afs3_fid {
u_short len;