Fix previous
This commit is contained in:
parent
2978fbdefb
commit
5beee43d49
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ cloudinit_fetch(struct system_config *sc)
|
||||||
"/latest/meta-data/username", NULL)) != NULL) {
|
"/latest/meta-data/username", NULL)) != NULL) {
|
||||||
free(sc->sc_username);
|
free(sc->sc_username);
|
||||||
sc->sc_username = str;
|
sc->sc_username = str;
|
||||||
|
str = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* userdata */
|
/* userdata */
|
||||||
|
|
Loading…
Reference in a new issue