Share

libcli

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

cli_regular() problem

You are viewing a single message from this topic. View all messages.

  1. 2008-10-08 22:57:53 UTC
    Nope, it still doesn't work in v1.9.3. I had to manually modfy the source file to that below:

    /* timeout every second */
    if (cli->regular_callback && cli->regular_callback(cli) != CLI_OK)
    {
    strncpy(cmd, "quit", 4095); // Mod for disconnection if return ERROR/QUIT
    break;
    }

    Hope that helps someone!
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.