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
713d8db7
Commit
713d8db7
authored
Feb 27, 2004
by
Ben Collins
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://linux.bkbits.net/linux-2.5
into debian.org:/usr/src/kernel/ieee1394-2.6
parents
a42571a8
49b5de25
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
Makefile
Makefile
+2
-2
net/sctp/sm_statefuns.c
net/sctp/sm_statefuns.c
+1
-2
net/sunrpc/auth_gss/svcauth_gss.c
net/sunrpc/auth_gss/svcauth_gss.c
+1
-1
No files found.
Makefile
View file @
713d8db7
VERSION
=
2
PATCHLEVEL
=
6
SUBLEVEL
=
3
EXTRAVERSION
=
SUBLEVEL
=
4
EXTRAVERSION
=
-rc1
NAME
=
Feisty Dunnart
# *DOCUMENTATION*
...
...
net/sctp/sm_statefuns.c
View file @
713d8db7
...
...
@@ -4272,8 +4272,7 @@ sctp_disposition_t sctp_sf_t1_timer_expire(const struct sctp_endpoint *ep,
SCTP_DEBUG_PRINTK
(
"Timer T1 expired.
\n
"
);
if
((
timeout
<
asoc
->
max_init_timeo
)
&&
(
attempts
<
asoc
->
max_init_attempts
))
{
if
(
attempts
<
asoc
->
max_init_attempts
)
{
switch
(
timer
)
{
case
SCTP_EVENT_TIMEOUT_T1_INIT
:
bp
=
(
struct
sctp_bind_addr
*
)
&
asoc
->
base
.
bind_addr
;
...
...
net/sunrpc/auth_gss/svcauth_gss.c
View file @
713d8db7
...
...
@@ -686,7 +686,7 @@ svcauth_gss_accept(struct svc_rqst *rqstp, u32 *authp)
u32
*
reject_stat
=
resv
->
iov_base
;
int
ret
;
dprintk
(
"RPC: svcauth_gss: argv->iov_len = %d
\n
"
,
argv
->
iov_len
);
dprintk
(
"RPC: svcauth_gss: argv->iov_len = %
z
d
\n
"
,
argv
->
iov_len
);
*
authp
=
rpc_autherr_badcred
;
if
(
!
svcdata
)
...
...
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