chiark / gitweb /
core: set_put never returns -EEXIST
authorRonny Chevalier <chevalier.ronny@gmail.com>
Fri, 10 Apr 2015 14:53:17 +0000 (16:53 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 07:01:25 +0000 (08:01 +0100)
commit7ed154bc31a3aacf289b54ae7b117a46985e1480
tree693ea474b70552372dc1f31d8b0eda9ad42acb2f
parentd1372ba3e8842940eabe68f5ccf0692fe5a0b571
core: set_put never returns -EEXIST

When the value is already there it returns 0.

Also add a test to ensure this
src/login/test-login-tables.c