diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-01 00:21:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-01 00:21:47 +0000 |
commit | 90d64fa613a69b2cf30dc27dbfc024152478f4b4 (patch) | |
tree | 37199035cfe58bcee0c4791495347326e33c3787 /lib | |
parent | 190fbbec649eee590b74244f7f7f03e513b75b9c (diff) |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcam/camlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcam/camlib.c b/lib/libcam/camlib.c index c62d3a6c8ce0f..b2523719ed0af 100644 --- a/lib/libcam/camlib.c +++ b/lib/libcam/camlib.c @@ -514,6 +514,7 @@ cam_lookup_pass(const char *dev_name, int unit, int flags, "%s: %s%s", func_name, func_name, strerror(errno), (errno == ENOENT) ? tmpstr : ""); + close(fd); return(NULL); } |