[Pkg-privacy-commits] [irssi-plugin-otr] 106/267: Remove question and secret logging on auth
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.
commit 89bdde78fae067671648d4f53b467b04252aca91
Author: David Goulet <dgoulet at ev0ke.net>
Date: Sat Nov 3 23:45:21 2012 -0400
Remove question and secret logging on auth
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
src/cmd.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/cmd.c b/src/cmd.c
index 3e4989b..582c4c1 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -152,8 +152,6 @@ static void _auth(IOUSTATE *ioustate, IRC_CTX *ircctx, int argc,
secret = argv_eol[0];
}
- otr_logst(MSGLEVEL_CRAP, "q: '%s', s: '%s'\n", question, secret);
-
otr_auth(ircctx, target, accountname, question, secret);
free(question);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git
More information about the Pkg-privacy-commits
mailing list