One more \n
authorAlan T. DeKok <aland@freeradius.org>
Thu, 18 Sep 2008 05:58:55 +0000 (07:58 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 18 Sep 2008 05:58:55 +0000 (07:58 +0200)
src/main/radmin.c

index 5500b01..e9f3f65 100644 (file)
@@ -445,6 +445,7 @@ int main(int argc, char **argv)
                if ((size == 0) || (size == 1)) exit(0);
 
                fputs(buffer, outputfp);
+               fprintf(outputfp, "\n");
                fflush(outputfp);
                exit(0);
        }