From: Mi Jinlong Date: Wed, 9 Feb 2011 16:29:42 +0000 (-0500) Subject: Gssd: modify wrong err message at handle_gssd_upcall X-Git-Tag: nfs-utils-1-2-4-rc6~5 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=b3a4dbfb61dad59829f5191d727267b2ea45937a;ds=sidebyside Gssd: modify wrong err message at handle_gssd_upcall Modify wrong err message at handle_gssd_upcall when sscanf encryption types fail. Signed-off-by: Mi Jinlong Signed-off-by: Steve Dickson --- diff --git a/utils/gssd/gssd_proc.c b/utils/gssd/gssd_proc.c index c301d46..41328c9 100644 --- a/utils/gssd/gssd_proc.c +++ b/utils/gssd/gssd_proc.c @@ -1245,7 +1245,7 @@ handle_gssd_upcall(struct clnt_info *clp) goto out; if (sscanf(p, "enctypes=%s", enctypes) != 1) { printerr(0, "WARNING: handle_gssd_upcall: " - "failed to parse target name " + "failed to parse encryption types " "in upcall string '%s'\n", lbuf); goto out; }