Changeset - 64093fd01081
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-14 19:52:59

Removed secret, as we're using keys
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -465,13 +465,13 @@ void registeruser(char *username, char *
 
    fprintf(stderr, "read \"%s\"\n", buf);
 
    }
 
  execio_close(testrem);
 
}
 

	
 

	
 
void loginuser(char *username, int secret){
 
void loginuser(char *username){
 
  // Logs into sandboxed user on zserver2 as a client, currently does nothing
 
  char buf[10];
 
  struct execio *testrem;
 
  char *execargv[] =
 
    {
 
  "ssh",
0 comments (0 inline, 0 general)