Error in ovdb.c

Julien ÉLIE julien at trigofacile.com
Sat Feb 12 13:05:56 UTC 2011


Hi The Doctor,

> gmake[1]: Entering directory
> `/usr/source/inn-CURRENT-20110212/storage' /usr/bin/gcc -g -O2 -Wall
> -I../include  -I.  -I/usr//include  -c -o ovdb/ovdb.o ovdb/ovdb.c

Thanks for the report.
Tomorrow's snapshots will compile fine.

A semi-colon was missing in storage/ovdb/ovdb.c and was not found out
during automatic builds because Berkeley DB support is not used for
them.  Sorry for the inconvenience.

--- storage/ovdb/ovdb.c    (révision 9183)
+++ storage/ovdb/ovdb.c    (copie de travail)
@@ -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;

-- 
Julien ÉLIE

« J'aime le travail, je passerais des heures à le regarder. »



More information about the inn-workers mailing list