minor bugfix to loader.conf code.
This commit is contained in:
parent
e9b61ea0fd
commit
2925899ae9
@ -733,7 +733,7 @@ installFixupBin(dialogMenuItem *self)
|
||||
char *cp;
|
||||
int i;
|
||||
FILE *fp;
|
||||
int kstat;
|
||||
int kstat = 1;
|
||||
|
||||
/* All of this is done only as init, just to be safe */
|
||||
if (RunningAsInit) {
|
||||
|
@ -733,7 +733,7 @@ installFixupBin(dialogMenuItem *self)
|
||||
char *cp;
|
||||
int i;
|
||||
FILE *fp;
|
||||
int kstat;
|
||||
int kstat = 1;
|
||||
|
||||
/* All of this is done only as init, just to be safe */
|
||||
if (RunningAsInit) {
|
||||
|
@ -733,7 +733,7 @@ installFixupBin(dialogMenuItem *self)
|
||||
char *cp;
|
||||
int i;
|
||||
FILE *fp;
|
||||
int kstat;
|
||||
int kstat = 1;
|
||||
|
||||
/* All of this is done only as init, just to be safe */
|
||||
if (RunningAsInit) {
|
||||
|
Loading…
Reference in New Issue
Block a user