From: Jeff Garzik <jeff@garzik.org>
To: Pete Zaitcev <zaitcev@redhat.com>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: Re: [cld patch 1/1] use specified username in cldcli
Date: Mon, 03 May 2010 01:59:45 -0400 [thread overview]
Message-ID: <4BDE6651.70003@garzik.org> (raw)
In-Reply-To: <20100502220719.23c3df55@redhat.com>
On 05/03/2010 12:07 AM, Pete Zaitcev wrote:
> I suspect I copy-pasted over it when I converted to ncld, but anyhow this
> patch seems work and do what's expected for --user flag.
>
> Signed-off-by: Pete Zaitcev<zaitcev@redhat.com>
>
> ---
> tools/cldcli.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/cldcli.c b/tools/cldcli.c
> index 7c73091..79a1009 100644
> --- a/tools/cldcli.c
> +++ b/tools/cldcli.c
> @@ -712,7 +712,7 @@ int main (int argc, char *argv[])
> dr = host_list->data;
>
> nsess = ncld_sess_open(dr->host, dr->port,&error, sess_event, NULL,
> - "cldcli", "cldcli",&cli_log);
> + our_user, our_user,&cli_log);
> if (!nsess) {
> if (error< 1000) {
applied
PS. you sent this to jeff@garzik.com, and unfortunately, I don't own
that domain. I should. :) For future reference, jgarzik@pobox.com or
jeff@garzik.org are equivalent and should exist for the long term (even
if I get fired from Red Hat or somesuch :)).
Jeff
prev parent reply other threads:[~2010-05-03 5:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-03 4:07 [cld patch 1/1] use specified username in cldcli Pete Zaitcev
2010-05-03 5:59 ` Jeff Garzik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BDE6651.70003@garzik.org \
--to=jeff@garzik.org \
--cc=hail-devel@vger.kernel.org \
--cc=zaitcev@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.