]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - nest/locks.c
Fix configure to enable warnings and fix most of them.
[thirdparty/bird.git] / nest / locks.c
index 1cdbbc9928a00f82f87ad48595d5b2bea6754a12..7044d6a9849129a7a6b10e0bc224ae07790734fd 100644 (file)
@@ -97,7 +97,8 @@ static struct resclass olock_class = {
   "ObjLock",
   sizeof(struct object_lock),
   olock_free,
-  olock_dump
+  olock_dump,
+  NULL
 };
 
 /**