Skip to content

Commit 6026076

Browse files
Update storage/src/desktop/storage_desktop.h
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent e52e3ec commit 6026076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/src/desktop/storage_desktop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class StorageInternal {
135135
std::string host_ = "firebasestorage.googleapis.com";
136136
std::string scheme_ = "https";
137137
int port_ = 443;
138-
bool configured_;
138+
bool configured_ = false;
139139
};
140140

141141
} // namespace internal

0 commit comments

Comments
 (0)