diff --git a/src/client/distren.c b/src/client/distren.c --- a/src/client/distren.c +++ b/src/client/distren.c @@ -99,18 +99,17 @@ if( i == 1 ){ buf[readlen] = '\0'; fprintf(stderr, "read \"%s\"\n", buf); } - return 0; } else { printf("Well now, you must have registered!\n"); /* put code here to ssh to zserver2 w/ execio as the user from the conf file */ -return 0; } -//cfg_free(cfg); + options_free(options); + return 0; };