diff options
Diffstat (limited to 'xlators/nfs/server/src/mount3.h')
-rw-r--r-- | xlators/nfs/server/src/mount3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/nfs/server/src/mount3.h b/xlators/nfs/server/src/mount3.h index d4d6d446f..d8a3f33a7 100644 --- a/xlators/nfs/server/src/mount3.h +++ b/xlators/nfs/server/src/mount3.h @@ -37,11 +37,11 @@ #include "uuid.h" /* Registered with portmap */ -#define GF_MOUNTV3_PORT 38465 +#define GF_MOUNTV3_PORT GF_NFS_DEFAULT_PORT #define GF_MOUNTV3_IOB (2 * GF_UNIT_KB) #define GF_MOUNTV3_IOBPOOL (GF_MOUNTV3_IOB * 50) -#define GF_MOUNTV1_PORT 38466 +#define GF_MOUNTV1_PORT GF_NFS_DEFAULT_PORT #define GF_MNT GF_NFS"-mount" extern rpcsvc_program_t * |