[fedfs-utils] [PATCH 1/4] libnsdb: Fix string displayed for invalid security types

Chuck Lever chuck.lever at oracle.com
Tue Jan 8 09:34:38 PST 2013


On Jan 8, 2013, at 12:30 PM, Chuck Lever <chuck.lever at oracle.com> wrote:

> nsdb_display_fedfsconnectionsec() displays security types, not error
> codes.
> 
> This has been incorrect since commit 0520ee72 "Initial commit", Tue
> Mar 29 15:37:40 2011.
> 
> Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
> ---
> 
> src/libnsdb/display.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/libnsdb/display.c b/src/libnsdb/display.c
> index d5e9763..eb15ed6 100644
> --- a/src/libnsdb/display.c
> +++ b/src/libnsdb/display.c
> @@ -48,7 +48,7 @@ nsdb_display_fedfsconnectionsec(const FedFsConnectionSec sectype)
> 	default:
> 		break;
> 	}
> -	return "an unrecognized error code";
> +	return "unrecognized security type";
> }
> 
> /**

Sorry, Gmail's SMTP service hung up on me while sending this week's series.  Patch 1/4 in this thread is the same as 10/13, 2/4 in this thread is what would have been 11/13, and so on.

-- 
Chuck Lever
chuck[dot]lever[at]oracle[dot]com







More information about the fedfs-utils-devel mailing list