[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] limited number of user/administratoron a cobalt raq3.?????



> Seems like the proftpd bug (http://www.proftpd.net)
> Explanations there.
> You did install the update did you?
> That one should be fixed (although i'm not quite sure)

Is this the patch?

3.3 1.2.0pre7

"can't bind" with multiple virtualhosts

     diff -uNr proftpd-1.2.0pre7.orig/src/inet.c proftpd-1.2.0pre7/src/inet.c
     --- proftpd-1.2.0pre7.orig/src/inet.c   Fri Sep 17 04:45:52 1999
     +++ proftpd-1.2.0pre7/src/inet.c        Tue Sep 28 22:34:26 1999
     @@ -191,7 +191,7 @@

        host = gethostbyname(name);
        if(host) {
     -    memcpy(res,inet_validate(host->h_addr_list[0]),sizeof(p_in_addr_t));
     +    memcpy(res,host->h_addr_list[0],sizeof(p_in_addr_t));
          return res;
        }

Brian