diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-09-17 09:01:38 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-09-17 09:01:38 +0000 |
| commit | 30601882e51026220c160a706929bcbdd223c246 (patch) | |
| tree | 577bbccf13c711e2128dccd47d91540f630c21bb /misc | |
| parent | 00db1f1ced38f39a058e137dfb4092c4443a3e8f (diff) | |
| download | btpd-30601882e51026220c160a706929bcbdd223c246.tar.gz btpd-30601882e51026220c160a706929bcbdd223c246.zip | |
Whitespace.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/btpd_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/btpd_if.c b/misc/btpd_if.c index 52e0278..13b216c 100644 --- a/misc/btpd_if.c +++ b/misc/btpd_if.c @@ -135,7 +135,7 @@ ipc_buf_req_res(struct ipc *ipc, struct io_buffer *iob, char **res, enum ipc_err err; if (iob->error) err = IPC_COMMERR; - else + else err = ipc_req_res(ipc, iob->buf, iob->off, res, rlen); buf_free(iob); return err; |