diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-09-02 11:12:53 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-09-02 11:12:53 +0200 |
commit | 0325130c969c32f8802122f609c0dd225e5c1a1f (patch) | |
tree | a97accc000af65951fd275ce409bd72fbc9ce5a9 /src/ipcpd/local | |
parent | fe197a226c0a7755f19a2956294ba435701a42ea (diff) | |
parent | 9f4b673a03b66a53e3b044b26d0669d2e800cf50 (diff) | |
download | ouroboros-0325130c969c32f8802122f609c0dd225e5c1a1f.tar.gz ouroboros-0325130c969c32f8802122f609c0dd225e5c1a1f.zip |
Merged in sandervrijders/ouroboros/be-alloc-flow (pull request #235)
lib: Change rdrbuff API to use correct types
Diffstat (limited to 'src/ipcpd/local')
-rw-r--r-- | src/ipcpd/local/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/local/main.c b/src/ipcpd/local/main.c index 4fa7e33f..f1b6dd9e 100644 --- a/src/ipcpd/local/main.c +++ b/src/ipcpd/local/main.c @@ -393,7 +393,7 @@ static int ipcp_local_flow_alloc_resp(pid_t n_api, int response) { struct shm_ap_rbuff * rb; - int in_fd = -1;\ + int in_fd = -1; int out_fd = -1; int ret = -1; |