/[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.9 by gray, Tue Feb 11 16:52:52 2003 UTC revision 1.10 by gray, Tue Feb 11 17:17:46 2003 UTC
# Line 103  open_rcfile(int method) Line 103  open_rcfile(int method)
103                  break;                  break;
104    
105          case CF_CLIENT:          case CF_CLIENT:
106                  if (topt & T_ALTRC) {                  if ((topt & (T_ALTRC|T_NORC)) == (T_ALTRC|T_NORC)) {
107                          rcfile = strdup(options.altrc);                          rcfile = strdup(options.altrc);
108                  } else {                  } else {
109                          get_homedir(session.client,                          get_homedir(session.client,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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