Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: 328a0d83a4385abd714c3acdbf573edff8e89046
https://github.com/fabbione/kronosnet/commit/328a0d83a4385abd714c3acdbf573e…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2017-01-16 (Mon, 16 Jan 2017)
Changed paths:
M libknet/host.c
M libknet/internals.h
Log Message:
-----------
host: Remove host_tail as it's not used.
it also had a bug which could cause knet to crash after a host was
removed.
This patch puts new nodes at the front of the list rather than at the
end, but I don't think this is a problem.
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>