/[pengfork]/pengfork/src/resolver.c
ViewVC logotype

Diff of /pengfork/src/resolver.c

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

revision 1.9 by chupa, Fri Dec 13 15:29:15 2002 UTC revision 1.10 by chupa, Mon Jan 6 14:50:13 2003 UTC
# Line 46  Line 46 
46  const access_t *haccess;  const access_t *haccess;
47  const protocol_t *protocol;  const protocol_t *protocol;
48  const iface_t *iface;  const iface_t *iface;
49    char *ifname;
50    
51  int  int
52  resolve_functions ()  resolve_functions ()
# Line 101  resolve_iface () Line 102  resolve_iface ()
102      {      {
103  #if ENABLE_TUN  #if ENABLE_TUN
104        iface = &tun_iface;        iface = &tun_iface;
105          ifname = tun_ifname;
106  #else  #else
107        log (LOG_ERR, gettext ("Sorry tun support is not compiled in\n"));        log (LOG_ERR, gettext ("Sorry tun support is not compiled in\n"));
108        return 0;        return 0;

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