Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59004
b: refs/heads/master
c: ec59a11
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jul 11, 2007
1 parent 79a34f0 commit 6d98f8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8a7fe6c10511fce10b20efa163123f4041f2550
refs/heads/master: ec59a1110aee6846adada8979915cacae64042ce
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nf_conntrack_ftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@ static int help(struct sk_buff **pskb,
return ret;
}

static struct nf_conntrack_helper ftp[MAX_PORTS][2];
static char ftp_names[MAX_PORTS][2][sizeof("ftp-65535")];
static struct nf_conntrack_helper ftp[MAX_PORTS][2] __read_mostly;
static char ftp_names[MAX_PORTS][2][sizeof("ftp-65535")] __read_mostly;

/* don't make this __exit, since it's called from __init ! */
static void nf_conntrack_ftp_fini(void)
Expand Down
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nf_conntrack_sane.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ static int help(struct sk_buff **pskb,
return ret;
}

static struct nf_conntrack_helper sane[MAX_PORTS][2];
static char sane_names[MAX_PORTS][2][sizeof("sane-65535")];
static struct nf_conntrack_helper sane[MAX_PORTS][2] __read_mostly;
static char sane_names[MAX_PORTS][2][sizeof("sane-65535")] __read_mostly;

/* don't make this __exit, since it's called from __init ! */
static void nf_conntrack_sane_fini(void)
Expand Down

0 comments on commit 6d98f8e

Please sign in to comment.