mirror of
https://github.com/curl/curl.git
synced 2026-08-14 09:53:40 +03:00
vauth: The parameter 'status' must be surrounded by parentheses
PVS-Studio warning Fixes #4402
This commit is contained in:
parent
a5bf6a36c5
commit
89d972f24c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue