diff ueda/sverp-bind/main.c @ 21:f7b09a54c2ce

unet-bind: implemented the check for unclaimed instances
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 02 Aug 2015 06:34:09 +0000
parents 1d4c693b8f35
children c7ebd6179f5d
line wrap: on
line diff
--- a/ueda/sverp-bind/main.c	Sun Aug 02 03:23:44 2015 +0000
+++ b/ueda/sverp-bind/main.c	Sun Aug 02 06:34:09 2015 +0000
@@ -72,7 +72,8 @@
 			input_filename);
 		exit(1);
 	}
+	check_unclaimed_instances();
 
-	/* remaining functionality remains to be implemented */
+	/* output remains to be implemented */
 	exit(0);
 }