authd: opm: avoid clang static analysis warning
Remove unused `c` variable.
This commit is contained in:
parent
07807ce8b0
commit
26acc0c4fd
1 changed files with 0 additions and 1 deletions
|
@ -372,7 +372,6 @@ http_connect_connected(struct opm_scan *scan)
|
||||||
{
|
{
|
||||||
struct auth_client *auth = scan->auth;
|
struct auth_client *auth = scan->auth;
|
||||||
char sendbuf[128]; /* A bit bigger than we need but better safe than sorry */
|
char sendbuf[128]; /* A bit bigger than we need but better safe than sorry */
|
||||||
char *c = sendbuf;
|
|
||||||
|
|
||||||
/* Simple enough to build */
|
/* Simple enough to build */
|
||||||
snprintf(sendbuf, sizeof(sendbuf), "CONNECT %s:%hu HTTP/1.0\r\n\r\n", scan->listener->ip, scan->listener->port);
|
snprintf(sendbuf, sizeof(sendbuf), "CONNECT %s:%hu HTTP/1.0\r\n\r\n", scan->listener->ip, scan->listener->port);
|
||||||
|
|
Loading…
Reference in a new issue