mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:56:59 +08:00
2001-04-20 Jake Janovetz <janovetz@uiuc.edu>
* rtems_servers/ftpd.c: Correct argument so hooks work again.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-04-20 Jake Janovetz <janovetz@uiuc.edu>
|
||||
|
||||
* rtems_servers/ftpd.c: Correct argument so hooks work again.
|
||||
|
||||
2001-03-15 Ralf Corsepiu <corsepius@faw.uni-ulm.de>
|
||||
|
||||
* include/.cvsignore: Remove danlgling file.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-04-20 Jake Janovetz <janovetz@uiuc.edu>
|
||||
|
||||
* rtems_servers/ftpd.c: Correct argument so hooks work again.
|
||||
|
||||
2001-03-15 Ralf Corsepiu <corsepius@faw.uni-ulm.de>
|
||||
|
||||
* include/.cvsignore: Remove danlgling file.
|
||||
|
||||
@@ -963,7 +963,7 @@ command_store(FTPD_SessionInfo_t *info, char const *filename)
|
||||
hook = &rtems_ftpd_configuration.hooks[i++];
|
||||
while (hook->filename != NULL)
|
||||
{
|
||||
if (!strcmp(hook->filename, buf))
|
||||
if (!strcmp(hook->filename, filename))
|
||||
{
|
||||
usehook = hook;
|
||||
break;
|
||||
|
||||
+1
-1
@@ -963,7 +963,7 @@ command_store(FTPD_SessionInfo_t *info, char const *filename)
|
||||
hook = &rtems_ftpd_configuration.hooks[i++];
|
||||
while (hook->filename != NULL)
|
||||
{
|
||||
if (!strcmp(hook->filename, buf))
|
||||
if (!strcmp(hook->filename, filename))
|
||||
{
|
||||
usehook = hook;
|
||||
break;
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-04-20 Jake Janovetz <janovetz@uiuc.edu>
|
||||
|
||||
* rtems_servers/ftpd.c: Correct argument so hooks work again.
|
||||
|
||||
2001-03-15 Ralf Corsepiu <corsepius@faw.uni-ulm.de>
|
||||
|
||||
* include/.cvsignore: Remove danlgling file.
|
||||
|
||||
Reference in New Issue
Block a user