Changeset - f0c5242da315
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-04-30 16:12:44

Fixed it... left a bracket :)
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/client/distren.c
Show inline comments
 
@@ -100,7 +100,6 @@ int main(int argc, char *argv[])
 
	fprintf(stderr, "read \"%s\"\n", buf);
 
      }
 
    execio_close(testrem);
 
  }
 
  // Can we prune off some of this code up here^? I'm not exactly sure how execio returns output, but it seems like more could be happening in execio itself, and less happening where it is actually called.
 
  // We need some code to ssh, and if the SSH fails, tell the user to register.
 
  // Killed the user reg code, as the php interface will take care of this. Although it should check for users...
0 comments (0 inline, 0 general)