Changeset - 92029ba4ca8f
[Not reviewed]
Merge default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-31 23:35:53
ohnobinki@ohnopublishing.net
merge
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -41,8 +41,9 @@ int ssh_keygen(){
 
	int status;
 
	struct stat buffer;
 
	status = stat(SYSCONFDIR "/distren.id_rsa", &buffer);
 
	if(status == -1){
 
	if(status != -1){
 
		fprintf(stderr, "Please delete etc/distren.id_rsa and etc/distren.id_rsa.pub to register.");
 
		return 0;
 
	}
 

	
 
/* start execio code */
0 comments (0 inline, 0 general)