diff options
Diffstat (limited to 'libiohelp/iouser-create.c')
-rw-r--r-- | libiohelp/iouser-create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiohelp/iouser-create.c b/libiohelp/iouser-create.c index 69b9f7e1..fab77787 100644 --- a/libiohelp/iouser-create.c +++ b/libiohelp/iouser-create.c @@ -27,6 +27,7 @@ iohelp_create_iouser (struct idvec *uids, struct idvec *gids) new->uids = uids; new->gids = gids; + new->hook = 0; return new; } |