Changeset 39691
- Timestamp:
- Sep 12, 2016, 6:28:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/Nebulous/nebclient/src/nebclient.c
r39662 r39691 535 535 char volname[260]; 536 536 537 if (!gethostname(hostname,256)) { 537 int v; 538 539 v = gethostname(hostname,256); 540 // fprintf(stderr, "%s %d\n", hostname, v); 541 /* printf("%s %d\n",hostname,v); */ 542 if (v) { 538 543 nebSetErr(server, "failed to construct hostname"); 539 544 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
