[En-Nut-Discussion] Ppp user/pass
Harald Kipp
harald.kipp at egnite.de
Thu Sep 7 10:32:49 CEST 2006
Thanks to all who take part in this thread. I wish I'd have the
time to jump in as well...
Please let me know the result and wether you want me to modify
the CVS repository.
Harald
At 11:05 06.09.2006 +0200, you wrote:
>There's a little error, change
>
>pppStr = (char *) malloc(strlen(pppCom) + strlen(pppUser) +
>strlen(pppPassword) + 9);
>
>with
>
>pppStr = (char *) malloc(strlen(pppCom) + strlen(pppUser) +
>strlen(pppPassword) + 7);
>
>because the null char at the end of the string we are going to make is one.
More information about the En-Nut-Discussion
mailing list