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
 
@@ -468,7 +468,7 @@ void registeruser(char *username, char *
 
}
 

	
 

	
 
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;
0 comments (0 inline, 0 general)