summaryrefslogtreecommitdiff
path: root/gpxe/src/core/nvo.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/core/nvo.c')
-rw-r--r--gpxe/src/core/nvo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxe/src/core/nvo.c b/gpxe/src/core/nvo.c
index 13078022..e5c07d98 100644
--- a/gpxe/src/core/nvo.c
+++ b/gpxe/src/core/nvo.c
@@ -203,7 +203,7 @@ void nvo_init ( struct nvo_block *nvo, struct nvs_device *nvs,
nvo->nvs = nvs;
nvo->fragments = fragments;
settings_init ( &nvo->settings, &nvo_settings_operations, refcnt,
- "nvo" );
+ "nvo", 0 );
}
/**