diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-05-09 13:04:40 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-05-09 13:04:40 +0000 |
commit | 40d3fd8cfaf93547428bae51bb34772ead7d32e7 (patch) | |
tree | 663937818ceeef46ecdf34829bea4902f34ef5d7 /src/irmd/api_table.c | |
parent | fb5fd3771629c9276450b5618e0875cb3aac98bb (diff) | |
parent | 19718b97ba13390ff5f2b7453d0297e936db5653 (diff) | |
download | ouroboros-40d3fd8cfaf93547428bae51bb34772ead7d32e7.tar.gz ouroboros-40d3fd8cfaf93547428bae51bb34772ead7d32e7.zip |
Merged in dstaesse/ouroboros/be-irmd-unbind-fix (pull request #503)
irmd: Fix unbinding AP and AP-Is from a name
Diffstat (limited to 'src/irmd/api_table.c')
-rw-r--r-- | src/irmd/api_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/api_table.c b/src/irmd/api_table.c index 268f8231..580191da 100644 --- a/src/irmd/api_table.c +++ b/src/irmd/api_table.c @@ -142,7 +142,7 @@ int api_entry_add_name(struct api_entry * e, } void api_entry_del_name(struct api_entry * e, - char * name) + const char * name) { struct list_head * p = NULL; struct list_head * h = NULL; |