Don't need the \r
authorAlan T. DeKok <aland@freeradius.org>
Wed, 17 Sep 2008 09:22:38 +0000 (11:22 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 17 Sep 2008 09:22:38 +0000 (11:22 +0200)
src/main/command.c

index 256376e..aa27891 100644 (file)
@@ -1659,7 +1659,7 @@ static int command_domain_recv(rad_listen_t *listener,
                        goto do_next;
                }
 
-               cprintf(listener, "ERROR: Unknown command \"%s\"\r\n",
+               cprintf(listener, "ERROR: Unknown command \"%s\"\n",
                        argv[0]);
        }