[dahdi-commits] sruffell: tools/trunk r4914 - /tools/trunk/dahdi_cfg.c

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Tue Sep 16 13:05:00 CDT 2008


Author: sruffell
Date: Tue Sep 16 13:04:59 2008
New Revision: 4914

URL: http://svn.digium.com/view/dahdi?view=rev&rev=4914
Log:
Close the /dev/dahdi/channel file handle if we're unable to associate it with
a particular channel.


Modified:
    tools/trunk/dahdi_cfg.c

Modified: tools/trunk/dahdi_cfg.c
URL: http://svn.digium.com/view/dahdi/tools/trunk/dahdi_cfg.c?view=diff&rev=4914&r1=4913&r2=4914
==============================================================================
--- tools/trunk/dahdi_cfg.c (original)
+++ tools/trunk/dahdi_cfg.c Tue Sep 16 13:04:59 2008
@@ -678,6 +678,7 @@
 		}
 
 		if (ioctl(chanfd, DAHDI_SPECIFY, &x)) {
+			close(chanfd);
 			continue;
 		}
 




More information about the dahdi-commits mailing list