This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / tux / logger.c
index 6a921dd..bc03480 100644 (file)
@@ -769,7 +769,7 @@ static int logger_thread (void *data)
        memset(log_buffer, 0, LOG_LEN);
        log_head = log_tail = 0;
 
-       current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY;
+       current->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY;
 
        add_wait_queue(&log_wait, &wait);
        for (;;) {