Commit e3ade3cc authored by Yang Tse's avatar Yang Tse
Browse files

Oops, missing argument separator comma

parent 71afe05b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -689,7 +689,7 @@ DhcpNameServer
          status = ARES_EOF;
          break;
        default:
          DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n"
          DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
                         errno, strerror(errno)));
          DEBUGF(fprintf(stderr, "Error opening file: %s\n", "/etc/host.conf"));
          status = ARES_EFILE;