}; break;
case 'T': {
if (!mountAddMountPtTail(nsjconf, /* src= */ NULL, optarg, "tmpfs",
- /* options= */ cmdlineTmpfsSz, /* flags= */ 0, /* isDir= */ NS_DIR_YES,
+ /* options= */ cmdlineTmpfsSz, /* flags= */ 0,
+ /* isDir= */ NS_DIR_YES,
/* mandatory= */ true, NULL, NULL, NULL, 0,
/* is_symlink= */ false)) {
return false;
kafel_ctxt_t ctxt = kafel_ctxt_create();
if (nsjconf->kafel_file != NULL) {
+ if (fseek(nsjconf->kafel_file, 0L, SEEK_SET) == -1) {
+ PLOG_W("fseek(kafel_file, 0, SEEK_SET)");
+ }
kafel_set_input_file(ctxt, nsjconf->kafel_file);
} else {
kafel_set_input_string(ctxt, nsjconf->kafel_string);