commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 11/26: console-client: replace function epilogue with console_exi


From: Samuel Thibault
Subject: [hurd] 11/26: console-client: replace function epilogue with console_exit
Date: Sat, 02 Nov 2013 14:44:44 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit ef6f49570c748bed2c086faecec9064b9b04514a
Author: Justus Winter <address@hidden>
Date:   Thu Oct 10 18:08:20 2013 +0200

    console-client: replace function epilogue with console_exit
    
    * console-client/console.c (main): Replace epilogue with console_exit.
---
 console-client/console.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/console-client/console.c b/console-client/console.c
index ed4ca8d..2fb2fbe 100644
--- a/console-client/console.c
+++ b/console-client/console.c
@@ -746,6 +746,5 @@ main (int argc, char *argv[])
   cons_server_loop ();
 
   /* Never reached.  */
-  driver_fini ();
-  return 0;
+  console_exit ();
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]