Hi,

while trying to implement a feature to dynamically add/remove servers
from a backend (patches for that in another mail soon) I found an odd
line in assign_server():

s->prev_srv = s->prev_srv;

Shouldn't this be 

s->prev_srv = s->srv?

Or, am I missing something here?

Regards,
--
Andreas

-- 
Never attribute to malice that which can be adequately explained by
stupidity.                                        -- Hanlon's Razor

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to