diff options
Diffstat (limited to 'libports')
-rw-r--r-- | libports/create-class.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |