diff options
-rw-r--r-- | util-linux/chrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/chrt.c b/util-linux/chrt.c index a8701b5..6799abb 100644 --- a/util-linux/chrt.c +++ b/util-linux/chrt.c @@ -93,7 +93,7 @@ int chrt_main(int argc UNUSED_PARAM, char **argv) unsigned opt; struct sched_param sp; char *pid_str; - char *priority = priority; /* for compiler */ + char *priority = NULL; const char *current_new; int policy = SCHED_RR; int ret; |