mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
vauth: The parameter 'status' must be surrounded by parentheses
PVS-Studio warning Fixes #4402
This commit is contained in:
parent
a5bf6a36c5
commit
89d972f24c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user