Changeset 0cdd53


Ignore:
Timestamp:
09/19/09 10:24:59 (3 years ago)
Author:
Erik Ekman <yarrick@…>
Branches:
master
Children:
3879f9
Parents:
01e558
git-author:
Erik Ekman <yarrick@…> (09/19/09 10:24:59)
git-committer:
Erik Ekman <erik@…> (02/04/12 20:34:03)
Message:

#78, print server tunnel ip

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r01e558 r0cdd53  
    2424        - Allow password to be set via environment variable, fixes #77. 
    2525                Based on patch by logix. 
     26        - Client now prints server tunnel IP, fixes #78. Patch by logix. 
    2627 
    27282009-06-01: 0.5.2 "WifiFree" 
  • src/client.c

    r27fdc2 r0cdd53  
    743743                                        if (tun_setip(client, netmask) == 0 &&  
    744744                                                tun_setmtu(mtu) == 0) { 
     745 
     746                                                fprintf(stderr, "Server tunnel IP is %s\n", server); 
    745747                                                return 0; 
    746748                                        } else { 
Note: See TracChangeset for help on using the changeset viewer.