changeset 14185:119195278272

login: Added comment.
author Timo Sirainen <tss@iki.fi>
date Fri, 17 Feb 2012 00:46:46 +0200
parents c581f6c1eef9
children 9a501d37af3d
files src/login-common/main.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/login-common/main.c	Fri Feb 17 00:34:24 2012 +0200
+++ b/src/login-common/main.c	Fri Feb 17 00:46:46 2012 +0200
@@ -262,6 +262,9 @@
 
 static bool anvil_reconnect_callback(void)
 {
+	/* we got disconnected from anvil. we can't reconnect to it since we're
+	   chrooted, so just die after we've finished handling the current
+	   connections. */
 	master_service_stop_new_connections(master_service);
 	return FALSE;
 }