mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 14:35:03 -05: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
|
#endif
|
||||||
|
|
||||||
#if defined(USE_WINDOWS_SSPI)
|
#if defined(USE_WINDOWS_SSPI)
|
||||||
#define GSS_ERROR(status) (status & 0x80000000)
|
#define GSS_ERROR(status) ((status) & 0x80000000)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* This is used to build a SPN string */
|
/* This is used to build a SPN string */
|
||||||
|
Loading…
Reference in New Issue
Block a user