changeset 629:3af0d6e39629

Do not add randomly dmf_open()'d files that do not exist in resource lib to the lib.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Apr 2013 03:39:24 +0300
parents 0533f94e843b
children 6e2b53f2878b
files dmres.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dmres.c	Mon Apr 15 03:39:01 2013 +0300
+++ b/dmres.c	Mon Apr 15 03:39:24 2013 +0300
@@ -679,7 +679,6 @@
                 return NULL;
 
             handle->fops = &dfStdioFileOps;
-            dmres_insert(lib, handle);
         }
         else
             return NULL;