Re: [PATCH 11/13] trans: improve the error handling in fakeauth

2013-12-09 Thread Samuel Thibault
Justus Winter, le Mon 09 Dec 2013 15:16:39 +0100, a écrit : > Previously the node was not correctly torn down if adding the newly > created netnode to the hash table failed. Fix this by rearranging the > code, doing the hash table modification first because it is easier to > undo. Ack > * trans/

[PATCH 11/13] trans: improve the error handling in fakeauth

2013-12-09 Thread Justus Winter
Previously the node was not correctly torn down if adding the newly created netnode to the hash table failed. Fix this by rearranging the code, doing the hash table modification first because it is easier to undo. * trans/fakeroot.c (new_node): Fix the error handling. --- trans/fakeroot.c | 37