diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-16 23:20:59 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-16 23:20:59 +0000 |
commit | d2c4eddec0bf84b46dd64942bbbed2cae36f3ea4 (patch) | |
tree | f485f857defb4011c8c6fc866b6ad93d1816e5b8 /libnetfs/priv.h | |
parent | 0b42682708534ca2e691afbdb252d955f43441f3 (diff) |
*** empty log message ***
Diffstat (limited to 'libnetfs/priv.h')
-rw-r--r-- | libnetfs/priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libnetfs/priv.h b/libnetfs/priv.h index eefb8e7f..5afbae7f 100644 --- a/libnetfs/priv.h +++ b/libnetfs/priv.h @@ -31,5 +31,6 @@ begin_using_protid_port (file_t port) extern inline void end_using_protid_port (struct protid *cred) { - ports_port_deref (cred); + if (cred) + ports_port_deref (cred); } |