From: sashan Date: Fri, 17 Jun 2022 22:17:10 +0000 (+0200) Subject: Fix build with -DDEBUG option X-Git-Tag: krb5-1.21-beta1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1257%2Fhead;p=thirdparty%2Fkrb5.git Fix build with -DDEBUG option DEBUG is not used in sserver.c, and defining it may conflict with build options. [ghudson@mit.edu: removed define instead of conditionalizing; edited commit message] --- diff --git a/src/appl/sample/sserver/sserver.c b/src/appl/sample/sserver/sserver.c index 807e1ef47c..805ead7331 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) {