Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what deos an AccountStatus from recv() of 103 mean?

Status
Not open for further replies.

DCCoolBreeze

Programmer
Jul 25, 2001
208
US
I establish a connection with a server via socket() and connect(). Then I attempt to send a command to the server as:
request type = 0,
username = some username
password = some password
newPassword = nulls
domain = some domain

the send() command executes successfully
then I execute a recv() and I get the following:

AccountStatus = 103

This status is returned on all accounts. Does anyone have any ideas of what this code means??

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top