X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fnfs%2Fgetport.c;h=926bab8aa74856584bc04e347affea57103a1613;hp=cf1677e78650869a284c8ca550f02ff83845f2bf;hb=8f859912e786859d21c341bb8a9b4effbdadb941;hpb=1aa4121ba599de836702d7b2d38cad63e6a09044 diff --git a/support/nfs/getport.c b/support/nfs/getport.c index cf1677e..926bab8 100644 --- a/support/nfs/getport.c +++ b/support/nfs/getport.c @@ -458,10 +458,6 @@ static int nfs_gp_ping(CLIENT *client, struct timeval timeout) /* * Initialize the rpcb argument for a GETADDR request. * - * The rpcbind daemon ignores the parms.r_owner field in GETADDR - * requests, but we plant an eye-catcher to help distinguish these - * requests in network traces. - * * Returns 1 if successful, and caller must free strings pointed * to by r_netid and r_addr; otherwise 0. */ @@ -489,7 +485,7 @@ static int nfs_gp_init_rpcb_parms(const struct sockaddr *sap, parms->r_vers = version; parms->r_netid = netid; parms->r_addr = addr; - parms->r_owner = "nfs-utils"; /* eye-catcher */ + parms->r_owner = ""; return 1; }