vauth: The parameter 'status' must be surrounded by parentheses

PVS-Studio warning
Fixes #4402
This commit is contained in:
Daniel Stenberg 2019-09-23 10:48:06 +02:00
parent a5bf6a36c5
commit 89d972f24c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ struct negotiatedata;
#endif
#if defined(USE_WINDOWS_SSPI)
#define GSS_ERROR(status) (status & 0x80000000)
#define GSS_ERROR(status) ((status) & 0x80000000)
#endif
/* This is used to build a SPN string */