diff options
Diffstat (limited to 'nest/locks.c')
-rw-r--r-- | nest/locks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/locks.c b/nest/locks.c index ad2af493..84b8b0ae 100644 --- a/nest/locks.c +++ b/nest/locks.c @@ -100,7 +100,8 @@ static struct resclass olock_class = { sizeof(struct object_lock), olock_free, olock_dump, - NULL + NULL, + NULL, }; /** |