src/librrdc.c: When sending an `update', wait for the reply before closing the socket.
authorFlorian Forster <octo@verplant.org>
Sat, 21 Jun 2008 16:17:07 +0000 (18:17 +0200)
committerFlorian Forster <octo@verplant.org>
Sat, 21 Jun 2008 16:17:07 +0000 (18:17 +0200)
commit1bbaed0ca88432568a6ae9f9d643aa3a27bf9a01
treee31251144d36a9f175555ae385e8ff9295eafe63
parentbeb7e531b4a534959296d113341672b39755a867
src/librrdc.c: When sending an `update', wait for the reply before closing the socket.

Not doing so will (still!) crash rrdd, but it's not nice either hence this fix.
src/librrdc.c