Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153171
Collapse All | Expand All

(-)IP.pm (-1 / +1 lines)
Lines 410-416 Link Here
410
410
411
    my $int = ip_bintoint($self->binip());
411
    my $int = ip_bintoint($self->binip());
412
412
413
    if (!$int){
413
    if ($int eq "") {
414
        $self->{error} = $ERROR;
414
        $self->{error} = $ERROR;
415
        $self->{errno} = $ERRNO;
415
        $self->{errno} = $ERRNO;
416
        return;
416
        return;

Return to bug 153171