Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/ping/ping.c

    r79ae36dd rffa2c8ef  
    3636
    3737#include <async.h>
    38 #include <async_obsolete.h>
    3938#include <stdio.h>
    4039#include <str.h>
     
    356355                            str_error(ret));
    357356                       
    358                         async_obsolete_hangup(icmp_phone);
     357                        async_hangup(icmp_phone);
    359358                        return ret;
    360359                }
     
    371370                            str_error(ret));
    372371                       
    373                         async_obsolete_hangup(icmp_phone);
     372                        async_hangup(icmp_phone);
    374373                        return ret;
    375374                }
     
    391390        }
    392391       
    393         async_obsolete_hangup(icmp_phone);
     392        async_hangup(icmp_phone);
    394393       
    395394        return 0;
Note: See TracChangeset for help on using the changeset viewer.