Rev 2813 | Rev 3011 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2813 | Rev 2892 | ||
|---|---|---|---|
| Line 339... | Line 339... | ||
| 339 | free(call->buffer); |
339 | free(call->buffer); |
| 340 | return rc; |
340 | return rc; |
| 341 | } |
341 | } |
| 342 | break; |
342 | break; |
| 343 | case IPC_M_DEBUG_ALL: |
343 | case IPC_M_DEBUG_ALL: |
| 344 | /* actually need possibility of backsend with 0 result code */ |
- | |
| 345 | rc = udebug_request_preprocess(call, phone); |
344 | return udebug_request_preprocess(call, phone); |
| 346 | return rc; |
- | |
| 347 | default: |
345 | default: |
| 348 | break; |
346 | break; |
| 349 | } |
347 | } |
| 350 | return 0; |
348 | return 0; |
| 351 | } |
349 | } |