From c1f174338f4e784cb720c251ee440a29e3a04758 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20Salvet?= Date: Thu, 6 Apr 2006 08:13:03 +0000 Subject: [PATCH] Fix typo in previous commit. --- org.glite.security.proxyrenewal/src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.security.proxyrenewal/src/common.c b/org.glite.security.proxyrenewal/src/common.c index 74495fd..86cfa4a 100644 --- a/org.glite.security.proxyrenewal/src/common.c +++ b/org.glite.security.proxyrenewal/src/common.c @@ -164,7 +164,7 @@ edg_wlpr_Write(int sock, struct timeval *timeout, char *buf, size_t buf_len) length[3] = (buf_len >> 0) & 0xFF; if ((ret = nwrite(sock, timeout, length, 4)) != 0 || - (ret = nwrite(sock, timeout, buf, buf_len)) != 0) { + (ret = nwrite(sock, timeout, buf, buf_len)) != 0) return ret; return 0; -- 1.8.2.3