From 9541ada9a0c4eb92928b27bc7153bf582c433948 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Tue, 10 Mar 2009 11:14:03 +0000 Subject: [PATCH] Restore the return statement. It was accidentally removed by rev 188429. --- sys/geom/part/g_part_pc98.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/geom/part/g_part_pc98.c b/sys/geom/part/g_part_pc98.c index d1524055ffb7..3b737f011da7 100644 --- a/sys/geom/part/g_part_pc98.c +++ b/sys/geom/part/g_part_pc98.c @@ -268,6 +268,7 @@ g_part_pc98_dumpconf(struct g_part_table *table, entry = (struct g_part_pc98_entry *)baseentry; if (entry == NULL) { /* confxml: scheme information */ + return; } type = entry->ent.dp_mid + (entry->ent.dp_sid << 8);