Browse Source

fix compile for 2.6.36.1

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 15 years ago
parent
commit
7b90a80c63
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kernel-module/ipt_MEDIAPROXY.c

+ 2
- 2
kernel-module/ipt_MEDIAPROXY.c View File

@ -1028,7 +1028,7 @@ drop:
static unsigned int mediaproxy(struct sk_buff *oskb, const struct xt_target_param *par) {
static unsigned int mediaproxy(struct sk_buff *oskb, const struct xt_action_param *par) {
const struct ipt_mediaproxy_info *pinfo = par->targinfo;
struct sk_buff *skb;
struct sk_buff *skb2;
@ -1106,7 +1106,7 @@ skip:
static bool check(const struct xt_tgchk_param *par) {
static int check(const struct xt_tgchk_param *par) {
const struct ipt_mediaproxy_info *pinfo = par->targinfo;
if (!my_proc_root) {


Loading…
Cancel
Save