summaryrefslogtreecommitdiffstats
path: root/src/common.c
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-02 17:32:12 +0000
committerDavid Troy <dave@popvox.com>2006-04-02 17:32:12 +0000
commit273e500c262b84c8cd9a2249ba8955e6f3ff8c74 (patch)
treea8252f62c8e1934a1bb63295a20c82ea0d12b983 /src/common.c
parent08192d2b732eaaff203012c0acda210b40261885 (diff)
downloadastmanproxy-273e500c262b84c8cd9a2249ba8955e6f3ff8c74.tar.gz
astmanproxy-273e500c262b84c8cd9a2249ba8955e6f3ff8c74.tar.xz
astmanproxy-273e500c262b84c8cd9a2249ba8955e6f3ff8c74.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@59 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index b52ee59..8ec016d 100644
--- a/src/common.c
+++ b/src/common.c
@@ -143,7 +143,7 @@ done:
fcntl(sockfd, F_SETFL, flags); /* restore file status flags */
if (error) {
- /* close(sockfd); */ /* disable for now, we want to retry... */
+ /* close(sockfd); */ /* we want to retry... */
errno = error;
return(-1);
}