Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
db298f3b
Commit
db298f3b
authored
Mar 02, 2003
by
Harald Welte
Committed by
David S. Miller
Mar 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NETFILTER]: Fix typo in ftp conntrack helper.
parent
7a85bd22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
net/ipv4/netfilter/ip_conntrack_ftp.c
net/ipv4/netfilter/ip_conntrack_ftp.c
+3
-3
No files found.
net/ipv4/netfilter/ip_conntrack_ftp.c
View file @
db298f3b
...
@@ -32,7 +32,7 @@ MODULE_PARM(loose, "i");
...
@@ -32,7 +32,7 @@ MODULE_PARM(loose, "i");
static
int
try_rfc959
(
const
char
*
,
size_t
,
u_int32_t
[],
char
);
static
int
try_rfc959
(
const
char
*
,
size_t
,
u_int32_t
[],
char
);
static
int
try_eprt
(
const
char
*
,
size_t
,
u_int32_t
[],
char
);
static
int
try_eprt
(
const
char
*
,
size_t
,
u_int32_t
[],
char
);
static
int
try_e
sp
v_response
(
const
char
*
,
size_t
,
u_int32_t
[],
char
);
static
int
try_e
ps
v_response
(
const
char
*
,
size_t
,
u_int32_t
[],
char
);
static
struct
ftp_search
{
static
struct
ftp_search
{
enum
ip_conntrack_dir
dir
;
enum
ip_conntrack_dir
dir
;
...
@@ -65,7 +65,7 @@ static struct ftp_search {
...
@@ -65,7 +65,7 @@ static struct ftp_search {
IP_CT_DIR_REPLY
,
IP_CT_DIR_REPLY
,
"229 "
,
sizeof
(
"229 "
)
-
1
,
'('
,
')'
,
"229 "
,
sizeof
(
"229 "
)
-
1
,
'('
,
')'
,
IP_CT_FTP_EPSV
,
IP_CT_FTP_EPSV
,
try_e
sp
v_response
,
try_e
ps
v_response
,
},
},
};
};
...
@@ -157,7 +157,7 @@ static int try_eprt(const char *data, size_t dlen, u_int32_t array[6],
...
@@ -157,7 +157,7 @@ static int try_eprt(const char *data, size_t dlen, u_int32_t array[6],
}
}
/* Returns 0, or length of numbers: |||6446| */
/* Returns 0, or length of numbers: |||6446| */
static
int
try_e
sp
v_response
(
const
char
*
data
,
size_t
dlen
,
u_int32_t
array
[
6
],
static
int
try_e
ps
v_response
(
const
char
*
data
,
size_t
dlen
,
u_int32_t
array
[
6
],
char
term
)
char
term
)
{
{
char
delim
;
char
delim
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment