mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow changing the test PORT at compile-time.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
012e41a7a8
commit
63ab7bb3c8
1 changed files with 2 additions and 0 deletions
|
|
@ -50,7 +50,9 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifndef PORT
|
||||
#define PORT 9000
|
||||
#endif
|
||||
|
||||
static int listen_fd;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue