/[radius]/radius/radiusd/log.c
ViewVC logotype

Diff of /radius/radiusd/log.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- radius/radiusd/log.c	2004/11/01 14:30:11	1.66
+++ radius/radiusd/log.c	2005/04/19 11:33:36	1.67
@@ -196,8 +196,8 @@ static void
 channel_format_prefix(struct logbuf *bufp,
 		      Channel *chan, const grad_request_t *req)
 {
-	char **hook_name_ptr = &(chan->prefix_hook ? 
-		                   chan->prefix_hook : log_prefix_hook);
+	char **hook_name_ptr = chan->prefix_hook ? 
+		                   &chan->prefix_hook : &log_prefix_hook;
 	char *hook_res = NULL;
 
 	if (*hook_name_ptr) {
@@ -214,8 +214,8 @@ static void
 channel_format_suffix(struct logbuf *bufp,
 		      Channel *chan, const grad_request_t *req)
 {
-	char **hook_name_ptr = &(chan->suffix_hook ? 
-		                   chan->suffix_hook : log_suffix_hook);
+	char **hook_name_ptr = chan->suffix_hook ? 
+		                   &chan->suffix_hook : &log_suffix_hook;
 	char *hook_res = NULL;
 	
 	if (*hook_name_ptr) {

 

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26