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

Diff of /anubis/src/rc.c

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

revision 1.11 by gray, Mon Feb 17 20:53:34 2003 UTC revision 1.12 by polak, Wed Feb 19 11:03:53 2003 UTC
# Line 237  control_parser(int method, int key, char Line 237  control_parser(int method, int key, char
237                  xfree(session.execpath);                  xfree(session.execpath);
238                  session.execpath = allocbuf(p, MAXPATHLEN);                  session.execpath = allocbuf(p, MAXPATHLEN);
239                  topt |= T_LOCAL_MTA;                  topt |= T_LOCAL_MTA;
240                  if (topt & T_RCEXECARGS) {                  xfree_pptr(session.execargs);
                         xfree_pptr(session.execargs);  
                         topt &= ~T_RCEXECARGS;  
                 }  
241                  session.execargs = gen_execargs(a);                  session.execargs = gen_execargs(a);
                 topt |= T_RCEXECARGS;  
242          }          }
243          break;          break;
244                                    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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