From: Simon Wilkinson Date: Sun, 26 Oct 2008 01:45:55 +0000 (+0000) Subject: DEVEL15-exporter-call-gethost-method-correctly-20081025 X-Git-Tag: openafs-devel-1_5_55~25 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ed49857908efdc971c43f72e99ffa1bf75bb928d;p=packages%2Fo%2Fopenafs.git DEVEL15-exporter-call-gethost-method-correctly-20081025 LICENSE IPL10 actually call the correct method for EXP_GETHOST (cherry picked from commit 8a33059215c00f688ea38fa039b2ac53d8d26dc9) --- diff --git a/src/afs/exporter.h b/src/afs/exporter.h index 14f5b86de..b3ca0c9a6 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;