mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
Const fix.
This commit is contained in:
parent
29dc1288b0
commit
7bb4bf8526
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ get_client(host_addr, vers)
|
|||
CLIENT *client;
|
||||
struct timeval retry_time, time_now;
|
||||
int i;
|
||||
char *netid;
|
||||
const char *netid;
|
||||
struct netconfig *nconf;
|
||||
char host[NI_MAXHOST];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue