summaryrefslogtreecommitdiff
path: root/src/network/networkd-address.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-06-03 19:20:46 +0200
committerLennart Poettering <lennart@poettering.net>2016-06-03 19:20:46 +0200
commita60a720c7e67b77911e4130a5eef41f652375ce3 (patch)
tree87bc97408dc400508535489eba72d46f367556e9 /src/network/networkd-address.c
parent75f8a779fdd433366643b905caa005c14e1a8331 (diff)
networkd: drop weird "const" usage in function parameters
We generally only use "const" to constify the destination of pointers, but not the pointers themselves, as they are copied anyway during C function invocation. Hence, drop this usage of "const".
Diffstat (limited to 'src/network/networkd-address.c')
0 files changed, 0 insertions, 0 deletions