sock: Avoid setting negative socket memory values
commitd19a87a0b2d6c8a282a04ef80bee5a3b9f4547a1
authorTobias Klauser <tklauser@distanz.ch>
Thu, 30 Jul 2015 12:54:31 +0000 (30 14:54 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Thu, 30 Jul 2015 12:54:31 +0000 (30 14:54 +0200)
treeedefb0359c8eaf1792438aefd05dff2e202bb1ee
parent9b0949b728eae42550e5adc6ff67063499d53044
sock: Avoid setting negative socket memory values

When getting of the initial values fails in set_system_socket_memory(),
we store -1 for the values. Avoid writing these back (and causing an
error message) when calling reset_system_socket_memory().

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
sock.c