From 6ddbd29b16e1f1d04eaf911d37ab1cb122bf167c Mon Sep 17 00:00:00 2001 From: Steve French Date: Mon, 3 Oct 2005 19:33:15 -0700 Subject: [PATCH] --- yaml --- r: 12057 b: refs/heads/master c: 04c08816d693f010ce14b8f408c6228600053af0 h: refs/heads/master i: 12055: 215c1dcf4613f3dd79e61ef94792ec1f7adc0b5d v: v3 --- [refs] | 2 +- trunk/fs/cifs/transport.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 975c58a23a52..0465598b150a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8cc64c6ecfef020d40829f3e1152aab006c13899 +refs/heads/master: 04c08816d693f010ce14b8f408c6228600053af0 diff --git a/trunk/fs/cifs/transport.c b/trunk/fs/cifs/transport.c index 38b3b2463ae4..64c712629f27 100644 --- a/trunk/fs/cifs/transport.c +++ b/trunk/fs/cifs/transport.c @@ -244,7 +244,7 @@ smb_send2(struct socket *ssocket, struct kvec *iov, int n_vec, if(rc == 0) { /* should never happen, letting socket clear before retrying is our only obvious option here */ - cERROR(1,("tcp sent no data"); + cERROR(1,("tcp sent no data")); msleep(500); continue; }