diff options
Diffstat (limited to 'src/exe_action.c')
-rw-r--r-- | src/exe_action.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exe_action.c b/src/exe_action.c index ee884c3..77d6a87 100644 --- a/src/exe_action.c +++ b/src/exe_action.c @@ -87,7 +87,6 @@ main(int argc, char** argv) printf("[path: %s][act: %lu]\n",buf,act); if ((lstat(buf,&s) == 0) && S_ISREG(s.st_mode)) { - memset(&def, 0, sizeof(def)); if (parse_def(&def,buf,FALSE) == 0) { //execute int status; |