From: Alan T. DeKok Date: Fri, 10 Sep 2010 12:22:16 +0000 (+0200) Subject: Fix typo in error message X-Git-Tag: release_3_0_0_beta0~1256 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=f33526d88292c6151d4404364452291ee6b1a1fd Fix typo in error message --- 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; }