Changeset - e2a9aaa01362
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-03 12:58:08
ohnobinki@ohnopublishing.net
closed main()
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -87,12 +87,13 @@ if(username == "unregistered") {
 
  registered = 0;
 
}
 
else{
 
  fprintf(stderr,"Logging into the DistRen server...\n");
 
}
 

	
 
}
 

	
 

	
 

	
 
// Registration on server. Needs attention. (e.g., people could make tons of accounts with the key we give them...
 
// Set up distrend -c username email@example.com
 
// We must prevent multi-user-creation abuse, too.
0 comments (0 inline, 0 general)