X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=debug.c;h=68f0f05ac03ff125dbb65ed49470a85e9f19c5a3;hb=refs%2Fheads%2Fpthread_create_attr;hp=3b3a7fd2dd2813f27aae15b02c23879801a73cc7;hpb=85df2f023a746cf200f24d9d36f0d9eb18a673cf;p=radsecproxy.git diff --git a/debug.c b/debug.c index 3b3a7fd..68f0f05 100644 --- a/debug.c +++ b/debug.c @@ -1,11 +1,6 @@ -/* - * Copyright (C) 2007 Stig Venaas - * Copyright (C) 2010 NORDUnet A/S - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2007-2009, UNINETT AS + * Copyright (c) 2010-2011, NORDUnet A/S */ +/* See LICENSE for licensing information. */ #ifndef SYS_SOLARIS9 #include @@ -117,7 +112,7 @@ int debug_set_destination(char *dest, int log_type) { if (log_type != LOG_TYPE_FTICKS) debug_syslogfacility = LOG_DAEMON; #if defined(WANT_FTICKS) - else if (log_type == FTICKS_LOG) + else if (log_type == LOG_TYPE_FTICKS) fticks_syslogfacility = 0; #endif }