diff lib/local.c @ 918:e9f22ad1dec5

2007-4-26 Brian Masney <masneyb@gftp.org> * src/uicommon/gftpui.c (_gftpui_common_trans_file_or_dir) - don't attempt to create the directory if it already exists. (gftpui_common_add_file_transfer) - don't ask the user what to do with an individual directory that needs to be transferred. * lib/local.c (local_mkdir) - removed code that checks for the EEXISTS error.
author masneyb
date Fri, 27 Apr 2007 00:40:52 +0000
parents e0d98c63614d
children c99b134c6185
line wrap: on
line diff
--- a/lib/local.c	Thu Apr 26 23:58:54 2007 +0000
+++ b/lib/local.c	Fri Apr 27 00:40:52 2007 +0000
@@ -555,8 +555,6 @@
                                  directory);
       return (0);
     }
-  else if (errno == EEXIST)
-    return (0);
   else
     {
       request->logging_function (gftp_logging_error, request,