NetworkAgent: fix g_key_file_load_from_data()
Missed this in the rebase to the new annotations.
This commit is contained in:
parent
c5804c1929
commit
97c2db1cfd
@ -531,7 +531,7 @@ const VPNRequestHandler = new Lang.Class({
|
||||
let contentOverride;
|
||||
|
||||
try {
|
||||
keyfile.load_from_data(this._dataStdout.peek_buffer(),
|
||||
keyfile.load_from_data(this._dataStdout.peek_buffer(), -1,
|
||||
GLib.KeyFileFlags.NONE);
|
||||
|
||||
if (keyfile.get_integer(VPN_UI_GROUP, 'Version') != 2)
|
||||
|
Loading…
Reference in New Issue
Block a user