lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 8 Apr 2009 15:47:03 +0530
From:	Nikanth K <nikanth@...il.com>
To:	Philipp Reisner <philipp.reisner@...bit.com>
Cc:	linux-kernel@...r.kernel.org, gregkh@...e.de,
	Nikanth Karthikesan <knikanth@...e.de>
Subject: Re: [PATCH 08/12] DRBD: receiver

On Mon, Mar 23, 2009 at 9:18 PM, Philipp Reisner
<philipp.reisner@...bit.com> wrote:

<snip>

> +                       /* peer not (yet) available, network problem */
> +               case ECONNREFUSED: case ENETUNREACH:
> +               case EHOSTDOWN:    case EHOSTUNREACH:
> +#if 0
> +                       DBG("%s failure ignored, err = %d\n",
> +                                       what, err);
> +#endif

Unused code.


> +#if 0
> +               else {
> +                       DBG("%s failure ignored, err = %d, not Disconnecting\n",
> +                                       what, err);
> +               }
> +#endif

Unused code.


Thanks
Nikanth

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ