From: Ulf Harnhammar <[EMAIL PROTECTED]>

+  if (request == NULL)
+    {
+      xfree (respline);
+      return FTPSRVERR;
+    }

   Well, yeah, if you prefer returning an error code to trying a little
harder.  I prefer my change:

    if (request == NULL)
      *server_type = ST_OTHER;

Why punish the user when the FTP server behaves badly?

------------------------------------------------------------------------

   Steven M. Schweda               [EMAIL PROTECTED]
   382 South Warwick Street        (+1) 651-699-9818
   Saint Paul  MN  55105-2547

Reply via email to