Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2019-10-11 16:51:59 +0300
committerAlexey Shchepin <alexey@process-one.net>2019-10-11 17:39:11 +0300
commite7a20d9fc5fd451bc98d2983076a3dc2a22fd5bf (patch)
treefecfd38318ee94b2c9a50ba841c976a5e9005605 /src/ejabberd_oauth.erl
parent211cc80fd4e065713260f3a26ae80d2ec7c2901e (diff)
Fix dialyzer warning in #oauth_ctx
Diffstat (limited to 'src/ejabberd_oauth.erl')
-rw-r--r--src/ejabberd_oauth.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_oauth.erl b/src/ejabberd_oauth.erl
index 27e211f13..3c95dbb36 100644
--- a/src/ejabberd_oauth.erl
+++ b/src/ejabberd_oauth.erl
@@ -69,7 +69,7 @@
-record(oauth_ctx, {
password :: binary() | admin_generated,
- client :: #oauth_client{}
+ client :: #oauth_client{} | undefined
}).
%% There are two ways to obtain an oauth token: