IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39691


Ignore:
Timestamp:
Sep 12, 2016, 6:28:25 PM (10 years ago)
Author:
watersc1
Message:

I believe this works now. It appears to not be backward compatible
with the old server code, though, which is concerning. This shouldn't
be a block, though, as the assumption is that the server code will be
updated cleanly, and client code will be updated following that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Nebulous/nebclient/src/nebclient.c

    r39662 r39691  
    535535    char volname[260];
    536536
    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) {
    538543      nebSetErr(server, "failed to construct hostname");
    539544      return NULL;
Note: See TracChangeset for help on using the changeset viewer.