INN commit: branches/2.5/storage/ovdb (ovdb.c)
INN Commit
rra at isc.org
Sat Feb 12 13:09:20 UTC 2011
Date: Saturday, February 12, 2011 @ 05:09:20
Author: iulius
Revision: 9188
Add a missing semi-colon.
Modified:
branches/2.5/storage/ovdb/ovdb.c
--------+
ovdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: ovdb.c
===================================================================
--- ovdb.c 2011-02-12 13:08:31 UTC (rev 9187)
+++ ovdb.c 2011-02-12 13:09:20 UTC (rev 9188)
@@ -278,7 +278,7 @@
path = concatpath(innconf->pathrun, OVDB_SERVER_SOCKET);
strlcpy(sa.sun_path, path, sizeof(sa.sun_path));
free(path);
- r = connect(clientfd, (struct sockaddr *) &sa, SUN_LEN(&sa))
+ r = connect(clientfd, (struct sockaddr *) &sa, SUN_LEN(&sa));
#else
sa.sin_family = AF_INET;
sa.sin_port = 0;
More information about the inn-committers
mailing list