X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fstropts.c;h=314a806799bbe83ed8e805b94059726f152bb898;hp=7a2edab45b0a6a475bb4b73105406f1bf745a5b3;hb=80936369ba84e161c324116658e074c830dcaf55;hpb=f07eb99180aa933366d6ec4ed9422a12d23a17b8 diff --git a/utils/mount/stropts.c b/utils/mount/stropts.c index 7a2edab..314a806 100644 --- a/utils/mount/stropts.c +++ b/utils/mount/stropts.c @@ -437,8 +437,8 @@ static int nfs_construct_new_options(struct mount_options *options, if (po_append(options, new_option) == PO_FAILED) return 0; - po_remove_all(options, "port"); - if (nfs_pmap->pm_port != NFS_PORT) { + if(po_remove_all(options, "port") == PO_FOUND || + nfs_pmap->pm_port != NFS_PORT) { snprintf(new_option, sizeof(new_option) - 1, "port=%lu", nfs_pmap->pm_port); if (po_append(options, new_option) == PO_FAILED)