Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netsmb whoops, remove testing printf
details: https://anonhg.NetBSD.org/src/rev/1926a3afca7b
branches: trunk
changeset: 328947:1926a3afca7b
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Apr 25 15:54:12 2014 +0000
description:
whoops, remove testing printf
diffstat:
sys/netsmb/smb_trantcp.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r c58e252c6cf8 -r 1926a3afca7b sys/netsmb/smb_trantcp.c
--- a/sys/netsmb/smb_trantcp.c Fri Apr 25 15:52:45 2014 +0000
+++ b/sys/netsmb/smb_trantcp.c Fri Apr 25 15:54:12 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: smb_trantcp.c,v 1.45 2014/04/25 15:52:45 pooka Exp $ */
+/* $NetBSD: smb_trantcp.c,v 1.46 2014/04/25 15:54:12 pooka Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smb_trantcp.c,v 1.45 2014/04/25 15:52:45 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smb_trantcp.c,v 1.46 2014/04/25 15:54:12 pooka Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -244,7 +244,6 @@
error = nbssn_recv(nbp, &m0, &rplen, &rpcode, true, l);
if (error) {
if (error == EWOULDBLOCK) { /* Timeout */
- printf("would blockn\n");
NBDEBUG(("initial request timeout\n"));
return ETIMEDOUT;
}
Home |
Main Index |
Thread Index |
Old Index