remove unused variable
This commit is contained in:
parent
ba56dcfe88
commit
91a990a561
|
|
@ -1085,9 +1085,7 @@ const char *server_rename (PPATH *src,PPATH *dest,DIRINFO *sdir, DIRINFO *tdir)
|
||||||
{
|
{
|
||||||
struct stat sb;
|
struct stat sb;
|
||||||
int issrcdir, istargetdir;
|
int issrcdir, istargetdir;
|
||||||
unsigned n;
|
|
||||||
const char *pe;
|
|
||||||
|
|
||||||
/* explore type of source object */
|
/* explore type of source object */
|
||||||
if(FSP_STAT(src->fullp,&sb)) return("can't find source file or directory");
|
if(FSP_STAT(src->fullp,&sb)) return("can't find source file or directory");
|
||||||
if(S_ISDIR(sb.st_mode))
|
if(S_ISDIR(sb.st_mode))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user