On 02/09/2011 01:37 AM, Mi Jinlong wrote: > Modify wrong err message at handle_gssd_upcall when > sscanf encryption types fail. > > Signed-off-by: Mi Jinlong <mijinlong@xxxxxxxxxxxxxx> > --- > utils/gssd/gssd_proc.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > 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; > } Committed... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html