[EMAIL PROTECTED] wrote:
Hi,

On Wed, Jun 25, 2008 at 04:44:51PM +0200, zhengda wrote:
Neal H. Walfield wrote:
Yes of course. If we want to override the TCP/IP stack, that doesn't
mean we want to override the pipe server as well, or the other way
round...
I think using the symbolic link to the default server is another a solution.
      server = __file_name_lookup (np, 0, 0);
      if (domain <= max_domain)
-      servers[domain] = server;
+        servers[domain] = server;
+      if (name)
+        free(name);
Do you mean the indentation here? It is caused by '-' and '+' in the beginning of lines.
There is no problem in the code.
Hm... Something seems wrong with the indentation here -- but it looks as
if it has been already wrong in the original code... Can you fix that
please?

Oh, and of course you still need a changelog entry. There is a section
in the GCS on that as well...
Where should I write the changelog? in the patch?

Best,
Zheng Da


Reply via email to