/[anubis]/anubis/src/exec.c
ViewVC logotype

Diff of /anubis/src/exec.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by gray, Thu Feb 6 15:47:36 2003 UTC revision 1.3 by gray, Fri Feb 7 22:59:57 2003 UTC
# Line 142  make_local_connection(char *exec_path, c Line 142  make_local_connection(char *exec_path, c
142          char **pargs;          char **pargs;
143          char args[LINEBUFFER+1];          char args[LINEBUFFER+1];
144    
145          if (check_filename(exec_path) == 0)          if (check_filename(exec_path, 0) == 0)
146                  return -1;                  return -1;
147    
148          memset(args, 0, LINEBUFFER + 1);          memset(args, 0, LINEBUFFER + 1);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26