- updated for debian compliance

This commit is contained in:
Mark Vejvoda
2012-11-12 04:50:34 +00:00
parent 2469503128
commit 0cd2389e95
5 changed files with 6 additions and 7 deletions

View File

@@ -123,7 +123,6 @@ if(VERBOSE_MODE_ENABLED) printf("Server passive port successfully started\n");
* In order of avoid blocking of ftpExecute this function can be used to
* determine if the server has something to do. You can call this function in
* a loop and everytime it returns nonezero its time to call ftpExecute().
* @todo implement me
*
* @return 0 noting to do; else server has received some data
*/