diff options
Diffstat (limited to 'usr/src/lib/libsasl/lib/server.c')
-rw-r--r-- | usr/src/lib/libsasl/lib/server.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libsasl/lib/server.c b/usr/src/lib/libsasl/lib/server.c index 50e967cd67..f76f973583 100644 --- a/usr/src/lib/libsasl/lib/server.c +++ b/usr/src/lib/libsasl/lib/server.c @@ -1,5 +1,5 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" @@ -884,7 +884,7 @@ static int parse_mechlist_file(const char *mechlistfile) char *t, *ptr; int r = 0; - f = fopen(mechlistfile, "r"); + f = fopen(mechlistfile, "rF"); if (!f) return SASL_FAIL; r = SASL_OK; |