krb5 commit: Fix build with -DDEBUG option

ghudson at mit.edu ghudson at mit.edu
Wed Jun 29 11:58:28 EDT 2022


https://github.com/krb5/krb5/commit/0b5e9633afd002da69dc361bf46ca68acd55ecd0
commit 0b5e9633afd002da69dc361bf46ca68acd55ecd0
Author: sashan <anedvedicky at gmail.com>
Date:   Sat Jun 18 00:17:10 2022 +0200

    Fix build with -DDEBUG option
    
    DEBUG is not used in sserver.c, and defining it may conflict with
    build options.
    
    [ghudson at mit.edu: removed define instead of conditionalizing; edited
    commit message]

 src/appl/sample/sserver/sserver.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/appl/sample/sserver/sserver.c b/src/appl/sample/sserver/sserver.c
index 807e1ef47..805ead733 100644
--- a/src/appl/sample/sserver/sserver.c
+++ b/src/appl/sample/sserver/sserver.c
@@ -62,8 +62,6 @@ extern krb5_deltat krb5_clockskew;
 #define GETPEERNAME_ARG3_TYPE int
 #endif
 
-#define DEBUG
-
 static void
 usage(char *name)
 {


More information about the cvs-krb5 mailing list