Changeset 2414

Show
Ignore:
Timestamp:
08/05/07 23:04:33 (1 year ago)
Author:
cstender
Message:

fixed obex mode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/irmc-sync/src/irmc_obex.c

    r2408 r2414  
    7272  case OBEX_EV_REQDONE: 
    7373    userdata->busy = 0; 
    74     //if(mode == OBEX_CLIENT) { 
    75     // FIXME: fix obex header 
    76     if (mode == 0) { 
     74    if(mode == OBEX_MODE_CLIENT) { 
    7775      client_done(handle, object, obex_cmd, obex_rsp); 
    7876    } else  {