lkml.org 
[lkml]   [2000]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch-2.3.48pre1] Small bug fix on af_decnet
Linus,

This is a small, relatively obvious, bug fix for net/decnet/af_decnet.c.
The operator precedence was fscked...

--
|| Bill Wendling wendling@ganymede.isdn.uiuc.edu
--- linux-2.3.48pre1/net/decnet/af_decnet.c Sat Feb 12 11:52:04 2000
+++ linux-2.3.48pre1-new/net/decnet/af_decnet.c Thu Feb 24 22:38:06 2000
@@ -1837,7 +1837,7 @@
scp->persist_fxn = dn_nsp_xmit_timeout;

while(sent < size) {
- if ((err = sock_error(sk) != 0))
+ if ((err = sock_error(sk)) != 0)
goto out;

if (signal_pending(current)) {
\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.046 / U:0.212 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site