INN commit: trunk/storage/ovdb (ovdb.c)

INN Commit rra at isc.org
Sat Feb 12 13:08:31 UTC 2011


    Date: Saturday, February 12, 2011 @ 05:08:31
  Author: iulius
Revision: 9187

Add a missing semi-colon.

Modified:
  trunk/storage/ovdb/ovdb.c

--------+
 ovdb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: ovdb.c
===================================================================
--- ovdb.c	2011-02-12 10:09:24 UTC (rev 9186)
+++ ovdb.c	2011-02-12 13:08:31 UTC (rev 9187)
@@ -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