fix fallout from recent tcb table expansion error handling change
diff --git a/ChangeLog b/ChangeLog
index 597f7a4..ef04341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-26 Denys Vlasenko <dvlasenk@redhat.com>
+
+ * process.c (internal_clone): fix fallout from tcb table expansion
+ simplification. Due to overlooked else, I forgot to group
+ fork_tcb(tcp) and alloctcb(pid) in a block.
+
2009-01-23 Michal Nowak <mnowak@redhat.com>
* syscall.c (get_scno): Fix warnings about unused variable 'pid'.