Re: exec() arguments get confusing
From: Bert (bad_bert_at_hotmail.com)
Date: 05/28/05
- Next message: Gianni Mariani: "Re: Debugging and Assertions"
- Previous message: Paul Keinanen: "Re: Suggestions for custom application-layer protocol?"
- In reply to: Paul Pluzhnikov: "Re: exec() arguments get confusing"
- Next in thread: Barry Margolin: "Re: exec() arguments get confusing"
- Reply: Barry Margolin: "Re: exec() arguments get confusing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 May 2005 14:08:20 -0700
Ok but do you confirm that the correct call to execlp() is
execlp("ssh","ssh",...,(char*)0) where as usual, ... stands for
arguments passed to ssh ?
Thanks
Paul Pluzhnikov a écrit :
> "Bert" <bad_bert@hotmail.com> writes:
>
> > The weird thing is that it's not systematic
>
> There is probably a bug in your program. Try creating a minimal test
> case that still shows the problem, and your bug will be revealed.
>
> Cheers,
> --
> In order to understand recursion you must first understand recursion.
> Remove /-nsp/ for email.
- Next message: Gianni Mariani: "Re: Debugging and Assertions"
- Previous message: Paul Keinanen: "Re: Suggestions for custom application-layer protocol?"
- In reply to: Paul Pluzhnikov: "Re: exec() arguments get confusing"
- Next in thread: Barry Margolin: "Re: exec() arguments get confusing"
- Reply: Barry Margolin: "Re: exec() arguments get confusing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|