]> git.pld-linux.org Git - packages/apache-mod_whois.git/blob - apache-mod_whois-epp_server.patch
- rel.4 - epp_server patch, taken from epp-server sources.
[packages/apache-mod_whois.git] / apache-mod_whois-epp_server.patch
1 --- ./mod_whois.c.org   2015-09-28 10:14:20.053113205 +0200
2 +++ ./mod_whois.c       2015-09-28 10:16:24.859605173 +0200
3 @@ -31,7 +31,7 @@ module AP_MODULE_DECLARE_DATA whois_modu
4  
5  typedef struct whois_conn_rec {
6          int whois_on;
7 -        char *whois_prefix;
8 +        const char *whois_prefix;
9  } whois_conn_rec;
10  
11  
12 @@ -69,7 +69,7 @@ apr_status_t whois_input_filter(ap_filte
13         const char *original;
14         char *quoted;
15         char *crlfpos;
16 -       int len;
17 +       apr_size_t len;
18         
19         if (mode != AP_MODE_GETLINE) {
20                 return ap_get_brigade(f->next, b, mode, block, readbytes);
21 @@ -163,4 +163,3 @@ module AP_MODULE_DECLARE_DATA whois_modu
22         whois_cmds,
23         register_hooks
24  };
25 -
This page took 0.063071 seconds and 3 git commands to generate.