diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2017-10-28 08:26:27 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2017-10-28 08:26:27 +0000 |
| commit | 89b1360e42eed02f5bd70de1302df99c210e7e70 (patch) | |
| tree | 4bfe2b1b935b8ee1574bb82410b791157fef542c /net/asterisk11/files/patch-main__http.c | |
| parent | Fix pkg-plist. (diff) | |
Remove expired port:
2017-10-25 net/asterisk11: Asterisk 11.x will reach EOL on 2017-10-25. Please migrate to net/asterisk13
Diffstat (limited to '')
| -rw-r--r-- | net/asterisk11/files/patch-main__http.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/asterisk11/files/patch-main__http.c b/net/asterisk11/files/patch-main__http.c deleted file mode 100644 index df838e5b74e6..000000000000 --- a/net/asterisk11/files/patch-main__http.c +++ /dev/null @@ -1,11 +0,0 @@ ---- main/http.c.orig 2015-07-24 22:06:05 UTC -+++ main/http.c -@@ -1072,7 +1072,7 @@ static int __ast_http_load(int reload) - struct http_uri_redirect *redirect; - struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 }; - uint32_t bindport = DEFAULT_PORT; -- RAII_VAR(struct ast_sockaddr *, addrs, NULL, ast_free); -+ struct ast_sockaddr *addrs = NULL; - int num_addrs = 0; - int http_tls_was_enabled = 0; - |
