Fix warning about unused variable
SVN Revision: 2846
This commit is contained in:
@@ -62,7 +62,7 @@ prepare(ClientIn) ->
|
||||
[[], UserMaybeDomain, Password] ->
|
||||
case parse_domain(UserMaybeDomain) of
|
||||
%% <NUL>login@domain<NUL>pwd
|
||||
[User, Domain] ->
|
||||
[User, _Domain] ->
|
||||
[UserMaybeDomain, User, Password];
|
||||
%% <NUL>login<NUL>pwd
|
||||
[User] ->
|
||||
|
||||
Reference in New Issue
Block a user