Changeset 15265
- Timestamp:
- 04/14/12 14:15:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/rgui/rgui.h
r15224 r15265 18 18 if(rguiskinfb == NULL) return 1; 19 19 20 21 ret = sockportopen(&sock, fixip(ip, 0), getconfigint("rguidport", NULL), 5000 * 1000); 20 ret = sockportopen(&sock, ip, getconfigint("rguidport", NULL), 5000 * 1000); 22 21 if(ret != 0) 23 22 { … … 41 40 usleep(5000); 42 41 43 //send rcpower to wak rup remote box42 //send rcpower to wakeup remote box 44 43 tmpstr = (unsigned char*)getrcconfig("rcpower", NULL); 45 44 if(tmpstr != NULL)
Note: See TracChangeset
for help on using the changeset viewer.