[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnu-arch-users] hackerlab q + possible bug
From: |
Johannes Berg |
Subject: |
Re: [Gnu-arch-users] hackerlab q + possible bug |
Date: |
Thu, 29 Jan 2004 12:43:55 +0100 |
> I'm fairly sure that you should just forward the closure that was
> passed to `dup' (it's been a while since I worked on that part of
> hackerlab).
>
> That will ultimate lead to a copy being made of the `struct
> url_socket_params' that it refers to.
Right, thats what I'm doing now -- and it appears to work fine (and after
all URL handlers do use the closure).
johannes