shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/src


From: shishi-commit
Subject: CVS shishi/src
Date: Fri, 12 Nov 2004 14:18:50 +0100

Update of /home/cvs/shishi/src
In directory dopio:/tmp/cvs-serv6599/src

Modified Files:
        shishid.c 
Log Message:
Fix progname usage.

--- /home/cvs/shishi/src/shishid.c      2004/10/15 11:05:58     1.95
+++ /home/cvs/shishi/src/shishid.c      2004/11/12 13:18:50     1.96
@@ -315,9 +315,9 @@
   kdc_listen ();
 
 #ifdef LOG_PERROR
-  openlog (get_short_program_name (), LOG_CONS | LOG_PERROR, LOG_DAEMON);
+  openlog (program_name, LOG_CONS | LOG_PERROR, LOG_DAEMON);
 #else
-  openlog (get_short_program_name (), LOG_CONS, LOG_DAEMON);
+  openlog (program_name, LOG_CONS, LOG_DAEMON);
 #endif
 
   kdc_setuid ();





reply via email to

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