We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d96afd2 + 6da8a65 commit 7723853Copy full SHA for 7723853
1 file changed
dbug/dbug.c
@@ -905,6 +905,7 @@ void _db_set_init_(const char *control)
905
CODE_STATE tmp_cs;
906
bzero((uchar*) &tmp_cs, sizeof(tmp_cs));
907
tmp_cs.stack= &init_settings;
908
+ tmp_cs.process= db_process ? db_process : "dbug";
909
DbugParse(&tmp_cs, control);
910
}
911
0 commit comments