diff options
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/run_parts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index cb5f48fdd..a58fab3a5 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -92,7 +92,7 @@ static int FAST_FUNC act(const char *file, struct stat *statbuf, void *args UNUS | |||
92 | 92 | ||
93 | names = xrealloc_vector(names, 4, cur); | 93 | names = xrealloc_vector(names, 4, cur); |
94 | names[cur++] = xstrdup(file); | 94 | names[cur++] = xstrdup(file); |
95 | names[cur] = NULL; | 95 | /*names[cur] = NULL; - xrealloc_vector did it */ |
96 | 96 | ||
97 | return TRUE; | 97 | return TRUE; |
98 | } | 98 | } |