Fix typo in error message
authorAlan T. DeKok <aland@freeradius.org>
Fri, 10 Sep 2010 12:22:16 +0000 (14:22 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 10 Sep 2010 13:32:35 +0000 (15:32 +0200)
src/main/command.c

index 7db7b06..94ac308 100644 (file)
@@ -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;
                        }