]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix DPRINT in ipropd_svc.c
authorGuillaume Rousse <guillomovitch@gmail.com>
Tue, 1 Jan 2013 06:40:34 +0000 (01:40 -0500)
committerGreg Hudson <ghudson@mit.edu>
Tue, 1 Jan 2013 06:46:49 +0000 (01:46 -0500)
cea0b28045b262b1098f17f17f78b2efbf89a6c1 contained an incorrect
definition of DPRINT.  Fix it.

[ghudson@mit.edu: commit message]

ticket: 7525 (new)
target_version: 1.11.1
tags: pullup

src/kadmin/server/ipropd_svc.c

index 6509474edee392341cc8d13d75aceab927aca18e..ca96295c46f5e9a9c0a4f5f3326c68f419c476f5 100644 (file)
@@ -60,7 +60,7 @@ static char *reply_unknown_str        = "<UNKNOWN_CODE>";
 #ifdef DPRINT
 #undef DPRINT
 #endif
-#define        DPRINT(i, ...)                          \
+#define        DPRINT(...)                             \
     do {                                       \
        if (nofork) {                           \
            fprintf(stderr, __VA_ARGS__);       \