summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-04-30 14:51:58 +0000
committerAlasdair Kergon <agk@redhat.com>2010-04-30 14:51:58 +0000
commit68086fdde44bf21989276abedea98f56938008e8 (patch)
tree3077d05a3c031377f8dd79d8bdebc427cd0a99f5
parent005ad96068d644da456ff75b9bbfa14075d0e446 (diff)
downloadlvm2-2_02_64.tar.gz
-rw-r--r--daemons/clvmd/clvmd-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/clvmd/clvmd-command.c b/daemons/clvmd/clvmd-command.c
index d69bfc26c..5e3b8c12d 100644
--- a/daemons/clvmd/clvmd-command.c
+++ b/daemons/clvmd/clvmd-command.c
@@ -371,7 +371,7 @@ static int restart_clvmd(void)
/*
* Build the command-line
*/
- /* FIXME missing strup error checks */
+ /* FIXME missing strdup error checks */
argv[0] = strdup("clvmd");
/* Propogate debug options */