[EMAIL PROTECTED] wrote:
       if (domain <= max_domain)
-      servers[domain] = server;
+       servers[domain] = server;
I'm not sure about this, but I think it is usually better to avoid
changing the indentation of code you haven't otherwise touched -- even
if it was wrong before...
As I remember, you asked me to fix the indentation problem...

I don't think so. IIRC you already changed the indentation in the first
variant of your patch, and I just pointed out that it is wrong after the
change -- which turned out to be because of your mail client mangling
it... I never meant to imply that it's right to change the indentation
of this line in the first place ;-)
Now look at what you said again, maybe I misunderstood:-)
Anyway, I'll fix it.

Zheng Da


Reply via email to