On Jan 8, 2013, at 12:30 PM, Chuck Lever <[email protected]> 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 <[email protected]> > --- > > 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 _______________________________________________ fedfs-utils-devel mailing list [email protected] https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel
