aboutsummaryrefslogtreecommitdiffstats
path: root/toj/center/src/judgk_proc.c
diff options
context:
space:
mode:
authorpzread <netfirewall@gmail.com>2013-05-18 22:37:38 +0800
committerpzread <netfirewall@gmail.com>2013-05-18 22:37:38 +0800
commit1b1f7448502c4868353e54326e1b8490a3337d57 (patch)
tree8565ac51fd5d73fee77caac7cfe2a40c6fc92005 /toj/center/src/judgk_proc.c
parentb3854acc842b95b9ea9fcdafb47a6518d63eb111 (diff)
downloadtaiwan-online-judge-1b1f7448502c4868353e54326e1b8490a3337d57.tar
taiwan-online-judge-1b1f7448502c4868353e54326e1b8490a3337d57.tar.gz
taiwan-online-judge-1b1f7448502c4868353e54326e1b8490a3337d57.tar.bz2
taiwan-online-judge-1b1f7448502c4868353e54326e1b8490a3337d57.tar.lz
taiwan-online-judge-1b1f7448502c4868353e54326e1b8490a3337d57.tar.xz
taiwan-online-judge-1b1f7448502c4868353e54326e1b8490a3337d57.tar.zst
taiwan-online-judge-1b1f7448502c4868353e54326e1b8490a3337d57.zip
Fix module bug
Diffstat (limited to 'toj/center/src/judgk_proc.c')
-rwxr-xr-xtoj/center/src/judgk_proc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toj/center/src/judgk_proc.c b/toj/center/src/judgk_proc.c
index cc51ced..f3ed130 100755
--- a/toj/center/src/judgk_proc.c
+++ b/toj/center/src/judgk_proc.c
@@ -158,7 +158,6 @@ struct judgk_proc_info* judgk_proc_task_lookup(struct task_struct *task){
if((unsigned long)info->task == (unsigned long)task){
break;
}
- info = NULL;
}
rcu_read_unlock();