summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-08-04 11:55:49 +0200
committerdimitri staessens <dimitri.staessens@ugent.be>2017-08-04 12:24:41 +0200
commit0fe8d5aa50fcadc3b4eef65b2833944a76eb8f3e (patch)
tree5c046925f2af509f2a2db255562fad418a3271a0
parent055835e5b06d7f18d94ca1d6b2df5f0a3ec3e954 (diff)
downloadouroboros-0fe8d5aa50fcadc3b4eef65b2833944a76eb8f3e.tar.gz
ouroboros-0fe8d5aa50fcadc3b4eef65b2833944a76eb8f3e.zip
ipcpd: Fix missing space in shim-eth-llc
-rw-r--r--src/ipcpd/shim-eth-llc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/shim-eth-llc/main.c b/src/ipcpd/shim-eth-llc/main.c
index 4899cd83..dcbbc047 100644
--- a/src/ipcpd/shim-eth-llc/main.c
+++ b/src/ipcpd/shim-eth-llc/main.c
@@ -1037,7 +1037,7 @@ static int eth_llc_ipcp_flow_alloc_resp(int fd,
pthread_mutex_lock(&ipcpi.alloc_lock);
- while (ipcpi.alloc_id != fd && ipcp_get_state() == IPCP_OPERATIONAL){
+ while (ipcpi.alloc_id != fd && ipcp_get_state() == IPCP_OPERATIONAL) {
ts_add(&abstime, &ts, &abstime);
pthread_cond_timedwait(&ipcpi.alloc_cond,
&ipcpi.alloc_lock,