diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-04-13 12:00:09 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-04-13 12:14:24 +0200 |
commit | b43e8cd0f0858e78486752007c3640b70bf44c8d (patch) | |
tree | b07a8c54f0e2cdcf258fba38ae77edc02e3d17d1 /src/irmd | |
parent | 72c28d6173ade511e9dc6969e0fc66db2dbba38a (diff) | |
download | ouroboros-b43e8cd0f0858e78486752007c3640b70bf44c8d.tar.gz ouroboros-b43e8cd0f0858e78486752007c3640b70bf44c8d.zip |
include, lib: Rename ap_init/ap_fini
Fixes #35
Diffstat (limited to 'src/irmd')
-rw-r--r-- | src/irmd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c index d24c0ba1..bdc03ef8 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -931,7 +931,7 @@ static int flow_accept(pid_t api, e = api_table_get(&irmd.api_table, api); if (e == NULL) { - /* Can only happen if server called ap_init(NULL); */ + /* Can only happen if server called ouroboros_init(NULL); */ pthread_rwlock_unlock(&irmd.reg_lock); log_err("Unknown instance %d calling accept.", api); return -EINVAL; |