]> mj.ucw.cz Git - libucw.git/commitdiff
add a name of the user-defined type
authorRobert Spalek <robert@ucw.cz>
Thu, 27 Apr 2006 08:39:57 +0000 (10:39 +0200)
committerRobert Spalek <robert@ucw.cz>
Thu, 27 Apr 2006 08:39:57 +0000 (10:39 +0200)
lib/ipaccess.c

index b152136c02ff0926bde78814747a40bc064476cd..81b35ed07b8e5bb3659255f7068f63e827d5d2fa 100644 (file)
@@ -64,6 +64,7 @@ addrmask_dumper(struct fastbuf *fb, void *ptr)
 
 static struct cf_user_type addrmask_type = {
   .size = sizeof(struct addrmask),
+  .name = "addrmask",
   .parser = addrmask_parser,
   .dumper = addrmask_dumper
 };