~ubuntu-branches/ubuntu/trusty/nginx/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/src/ngx_http_lua_initby.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-02-15 03:05:42 UTC
  • mfrom: (4.3.10 sid)
  • Revision ID: package-import@ubuntu.com-20140215030542-71ubtowl24vf7nfn
Tags: 1.4.5-1ubuntu1
* Resynchronise with Debian (LP: #1280511).  Remaining changes:
  - debian/patches/ubuntu-branding.patch:
    + Add Ubuntu branding to server_tokens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
static int ngx_http_lua_do_call(ngx_log_t *log, lua_State *L);
18
18
 
19
19
 
20
 
char ngx_http_lua_cf_log_key;
21
 
 
22
 
 
23
20
int
24
21
ngx_http_lua_init_by_inline(ngx_log_t *log, ngx_http_lua_main_conf_t *lmcf,
25
22
    lua_State *L)
84
81
    return status;
85
82
}
86
83
 
 
84
 
87
85
/* vi:set ft=c ts=4 sw=4 et fdm=marker: */