diff options
Diffstat (limited to 'nss/common.h')
-rw-r--r-- | nss/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/common.h b/nss/common.h index 7873b93..1561f38 100644 --- a/nss/common.h +++ b/nss/common.h @@ -100,8 +100,8 @@ #define NSS_BUFCHECK \ if ((NSS_ARGS(args)->buf.buffer==NULL)||(NSS_ARGS(args)->buf.buflen<=0)) \ { \ - NSS_ARGS(args)->erange=1; \ - return NSS_STATUS_TRYAGAIN; \ + NSS_ARGS(args)->erange=1; \ + return NSS_STATUS_TRYAGAIN; \ } /* this is the backend structure for Solaris */ |