From f33526d88292c6151d4404364452291ee6b1a1fd Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 10 Sep 2010 14:22:16 +0200 Subject: [PATCH] Fix typo in error message --- src/main/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/command.c b/src/main/command.c index 7db7b06..94ac308 100644 --- a/src/main/command.c +++ b/src/main/command.c @@ -2165,7 +2165,7 @@ static int command_domain_recv(rad_listen_t *listener, */ if (((co->mode & FR_WRITE) == 0) && ((table[i].mode & FR_WRITE) != 0)) { - cprintf(listener, "ERROR: You do not have write permission. See \"mode = rw\" in %s\n", co->path); + cprintf(listener, "ERROR: You do not have write permission. See \"mode = rw\" in the \"listen\" section for this socket.\n"); goto do_next; } -- 2.1.4