Skip to content

Commit

Permalink
turn off logging
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/raeburn-gssapi-cfx@15887 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
raeburn committed Dec 12, 2003
1 parent 80f446b commit bb561df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gssapi/generic/util_ordering.c
Expand Up @@ -247,7 +247,7 @@ g_queue_internalize(void **vqueue, unsigned char **buf, size_t *lenremain)
#include <time.h>
#define LOGPATH "/tmp/gsslog"
void _log(const char *fmt, ...) {
#if 1
#if 0
static FILE *logf;
va_list x;
if (logf == 0) {
Expand Down

0 comments on commit bb561df

Please sign in to comment.