]> git.tuebingen.mpg.de Git - dss.git/commit
ipc.c: Constify parameter of get_key_or_die().
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 17 Feb 2017 14:15:10 +0000 (15:15 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 16 Apr 2017 10:32:06 +0000 (12:32 +0200)
commitb795331d8f7006e1cd15ddf124baf1384347d2db
tree38e21ce5d062d4465e327b0af6e97ba601e13691
parent01af36ee3cd794f4332c4898828a31aafe0a939f
ipc.c: Constify parameter of get_key_or_die().

The function only reads from the location pointed at by the config_file
variable.
ipc.c