Skip to content

azx_ftp conditional check typo? #26

@fatsmurf

Description

@fatsmurf

in the azx_ftp.c, line 407:
while ((rv = ctl->idlecb(ctl, ctl->xfered, ctl->idlearg) > 0 ));

could it possibly mean
while ((rv = ctl->idlecb(ctl, ctl->xfered, ctl->idlearg)) > 0 );
instead?

otherwise line 408: if(rv == -1)
will never be true?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions