brett wrote:
> I am trying to use c++ to connect to the Opensrs service.
>
> I send the "OpenSRS CLIENT 3.0" and receive "OpenSRS SERVER 3.0: READY".
> I then send the
> "login -des username" and do not receive the chalange back from the
> server.
Sorry My fault
I used
write(fd,(void*)value,sizeof(value));
and not
write(fd,&value,sizeof(value));
This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:35:14 EDT