cake
/
p7utils
Archived
1
0
Fork 0

Corrected p7servtest.

This commit is contained in:
Thomas Touhey 2017-03-27 14:46:02 +02:00
parent 76f557cabd
commit f0379d18fd
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,8 @@ void run_client(int in, int out)
}
/* change working directory. */
p7_send_cmdfls_cwd(handle, "oui", "fls0");
p7_seven_send_cmdfls_cwd(handle, "oui", "fls0");
p7_seven_send_cmdfls_cwd(handle, "non", "fls0");
/* we're done. */
p7_exit(handle);

View File

@ -72,7 +72,7 @@ static p7_server_t server_information = {
/* the server filesystems */
static p7_filesystem_t server_filesystems[] = {
{
/* main filesystem: the flash */ {
.name = "fls0",
.directory_exists = directory_exists
},