diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-30 15:17:40 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-30 15:17:40 -0700 |
commit | 348b9a46086ad72d6f29f2637036accff6630db4 (patch) | |
tree | f84f75def9a124eba9b4d519cdc7adeaef07e2aa /src/connect.c | |
parent | d70c666549a9ee17de7349904529cf41bf023926 (diff) |
ProcessAuthReply: rename status variable to avoid shadowing
Fixes gcc complaint:
process.c: In function ‘ProcessAuthReply’:
process.c:1478:20: warning: declaration of ‘status’ shadows a previous local [-Wshadow]
1478 | Status status = 1;
| ^~~~~~
process.c:1426:25: note: shadowed declaration is here
1426 | IcePaAuthStatus status =
| ^~~~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/connect.c')
0 files changed, 0 insertions, 0 deletions