Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149493
Collapse All | Expand All

(-)a/fs/nfs/super.c (-1 / +1 lines)
Lines 834-840 static int nfs4_get_sb(struct file_syste Link Here
834
	}
834
	}
835
	/* RFC3530: The default port for NFS is 2049 */
835
	/* RFC3530: The default port for NFS is 2049 */
836
	if (addr.sin_port == 0)
836
	if (addr.sin_port == 0)
837
		addr.sin_port = NFS_PORT;
837
		addr.sin_port = htons(NFS_PORT);
838
838
839
	/* Grab the authentication type */
839
	/* Grab the authentication type */
840
	authflavour = RPC_AUTH_UNIX;
840
	authflavour = RPC_AUTH_UNIX;

Return to bug 149493