diff options
Diffstat (limited to 'libmount/src/context.c')
| -rw-r--r-- | libmount/src/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/context.c b/libmount/src/context.c index 5725ab1ad7..fdbb025857 100644 --- a/libmount/src/context.c +++ b/libmount/src/context.c @@ -1965,7 +1965,7 @@ static int apply_table(struct libmnt_context *cxt, struct libmnt_table *tb, int direction) { struct libmnt_fs *fs = NULL; - const char *src = NULL, *tgt = NULL; + const char *src, *tgt; int rc; assert(cxt); |
