Ignore:
File:
1 edited

Legend:

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

    rdf7f9fb5 rf9b2cb4c  
    136136
    137137        /* Connect to the device */
    138         async_sess_t *sess = loc_service_connect(EXCHANGE_SERIALIZE,
    139             svc_id, 0);
     138        async_sess_t *sess = loc_service_connect(svc_id, INTERFACE_DDF, 0);
    140139        if (!sess) {
    141140                printf(NAME ": Cannot connect to the device\n");
Note: See TracChangeset for help on using the changeset viewer.