Changeset - 38f5ca078aee
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-30 14:48:14

Removed pointless commenting
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -30,7 +30,6 @@
 

	
 
int ssh_keygen(){
 
	// distren.id_rsa and distren.id_rsa.pub are now generated in SYSCONFDIR (etc)
 
	fprintf(stderr, "We're generating your SSH key. Please be patient.\n");
 
	char *command = "ssh-keygen"; // @TODO: append .exe if win32?
 
	char *path_to_command = "/usr/bin/ssh-keygen";
 
	int ret;
0 comments (0 inline, 0 general)