Merge branch 'maint-0.4.5'

This commit is contained in:
Alexander Færøy
2021-02-05 17:17:05 +00:00
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -31,6 +31,8 @@ static const struct {
{ NULL, 0 }
};
#if !defined(_WIN32)
/* Returns the first port that we think we can bind to without special
* permissions. Usually this function returns 1024. */
static uint16_t
@@ -67,8 +69,6 @@ unprivileged_port_range_start(void)
return result;
}
#if !defined(_WIN32)
#define PORT_TEST_RANGE_START 600
#define PORT_TEST_RANGE_END 1024