From 0d84b8c1a374acd9ea99e4d412d25a50cd17b776 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 27 Jan 1996 17:12:56 +0000 Subject: (ports_create_class): Initialize the uninhibitable_rpcs field. --- libports/create-class.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libports/create-class.c b/libports/create-class.c index 8a2d68b0..7db99ca1 100644 --- a/libports/create-class.c +++ b/libports/create-class.c @@ -36,6 +36,7 @@ ports_create_class (void (*clean_routine)(void *), cl->rpcs = 0; cl->ports = NULL; cl->count = 0; + cl->uninhibitable_rpcs = ports_default_uninhibitable_rpcs; return cl; } -- cgit v1.2.3