Changeset 15265 for titan


Ignore:
Timestamp:
04/14/12 14:15:02 (12 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/rgui/rgui.h

    r15224 r15265  
    1818        if(rguiskinfb == NULL) return 1;
    1919
    20 
    21         ret = sockportopen(&sock, fixip(ip, 0), getconfigint("rguidport", NULL), 5000 * 1000);
     20        ret = sockportopen(&sock, ip, getconfigint("rguidport", NULL), 5000 * 1000);
    2221        if(ret != 0)
    2322        {
     
    4140        usleep(5000);
    4241       
    43         //send rcpower to wakrup remote box
     42        //send rcpower to wakeup remote box
    4443        tmpstr = (unsigned char*)getrcconfig("rcpower", NULL);
    4544        if(tmpstr != NULL)
Note: See TracChangeset for help on using the changeset viewer.