From: Simon Wilkinson Date: Sun, 26 Oct 2008 01:45:45 +0000 (+0000) Subject: exporter-call-gethost-method-correctly-20081025 X-Git-Tag: openafs-devel-1_5_61~725 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=8a33059215c00f688ea38fa039b2ac53d8d26dc9 exporter-call-gethost-method-correctly-20081025 LICENSE IPL10 actually call the correct method for EXP_GETHOST --- diff --git a/src/afs/exporter.h b/src/afs/exporter.h index 14f5b86..b3ca0c9 100644 --- a/src/afs/exporter.h +++ b/src/afs/exporter.h @@ -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;