mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
exporter-call-gethost-method-correctly-20081025
LICENSE IPL10 actually call the correct method for EXP_GETHOST
This commit is contained in:
parent
3f08225c6b
commit
8a33059215
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user