From 612c083579a78c9d51fa9976e46f45b6cbaf93db Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 14 Mar 2017 15:09:17 +0300 Subject: Fixed unit tests building broken by the previous commit. --- src/nxt_python_wsgi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nxt_python_wsgi.c') diff --git a/src/nxt_python_wsgi.c b/src/nxt_python_wsgi.c index 1b838041..30bd4939 100644 --- a/src/nxt_python_wsgi.c +++ b/src/nxt_python_wsgi.c @@ -242,6 +242,8 @@ nxt_python_wsgi_init(nxt_thread_t *thr, nxt_runtime_t *rt) Py_DECREF(obj); + nxt_app = &nxt_python_module; + return NXT_OK; fail: -- cgit