diff src/http/ngx_http.c @ 3676:4430d110293e

listen setfib=X
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2010 13:49:16 +0000
parents 187783310b65
children d094e237abf4
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -1720,6 +1720,10 @@ ngx_http_add_listening(ngx_conf_t *cf, n
     ls->ipv6only = addr->opt.ipv6only;
 #endif
 
+#if (NGX_HAVE_SETFIB)
+    ls->setfib = addr->opt.setfib;
+#endif
+
     return ls;
 }