[3703] in BarnOwl Developers
Re: [barnowl] barnowl-screen (#101)
daemon@ATHENA.MIT.EDU (Jason Gross)
Tue Jan 7 19:35:20 2014
Date: Tue, 07 Jan 2014 16:35:16 -0800
From: Jason Gross <notifications@github.com>
Reply-To: barnowl/barnowl <reply+p-8712463-155f257eefe1f793a8bf186d7b766457a918b50c-4475081@reply.github.com>
To: barnowl/barnowl <barnowl@noreply.github.com>
In-Reply-To: <barnowl/barnowl/pull/101@github.com>
----==_mimepart_52cc9d4430178_595fe27d04190947
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
> +######################## Owl command handlers ##################################
> +################################################################################
> +
> +
> +sub cmd_renew {
> + BarnOwl::start_password("Password: ", \&do_renew );
> + return "";
> +}
> +
> +
> +my $hdlin;
> +my $hdlerr;
> +my $w;
> +
> +my $a_hdlerr;
> +my $a;
These seem unused?
---
Reply to this email directly or view it on GitHub:
https://github.com/barnowl/barnowl/pull/101/files#r8712463
----==_mimepart_52cc9d4430178_595fe27d04190947
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
<p>In perl/modules/Kerberos/lib/BarnOwl/Module/Kerberos.pm:</p>
<pre style='color:#555'>> +######################## Owl command handlers ##################################
> +################################################################################
> +
> +
> +sub cmd_renew {
> + BarnOwl::start_password("Password: ", \&do_renew );
> + return "";
> +}
> +
> +
> +my $hdlin;
> +my $hdlerr;
> +my $w;
> +
> +my $a_hdlerr;
> +my $a;
</pre>
<p>These seem unused?</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/barnowl/barnowl/pull/101/files#r8712463'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/4475081__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcwNDY3NDExNiwiZGF0YSI6eyJpZCI6NDEzODA0Nn19--5d687efa279804cd844bd8596698ad99009acef2.gif' height='1' width='1'></p>
----==_mimepart_52cc9d4430178_595fe27d04190947--