Change a variable name to not shadow a global
Obtained from: vimage
This commit is contained in:
parent
6992381eca
commit
f44e6e2ecc
@ -225,11 +225,11 @@ db_print_indent(int indent)
|
||||
}
|
||||
|
||||
static void
|
||||
db_print_domain(struct domain *d, const char *domainname, int indent)
|
||||
db_print_domain(struct domain *d, const char *domain_name, int indent)
|
||||
{
|
||||
|
||||
db_print_indent(indent);
|
||||
db_printf("%s at %p\n", domainname, d);
|
||||
db_printf("%s at %p\n", domain_name, d);
|
||||
|
||||
indent += 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user