diff options
Diffstat (limited to 'plugins/authenticator/shotwell/GoogleAuthenticator.vala')
-rw-r--r-- | plugins/authenticator/shotwell/GoogleAuthenticator.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/authenticator/shotwell/GoogleAuthenticator.vala b/plugins/authenticator/shotwell/GoogleAuthenticator.vala index 3276e67..9fc5b27 100644 --- a/plugins/authenticator/shotwell/GoogleAuthenticator.vala +++ b/plugins/authenticator/shotwell/GoogleAuthenticator.vala @@ -57,7 +57,7 @@ namespace Publishing.Authenticator.Shotwell.Google { } var response = ""; - var mins = new MemoryInputStream.from_data(response.data, null); + var mins = new MemoryInputStream.from_data(response.data); request.finish(mins, -1, "text/plain"); } |