Commit 2eec6485 authored by Vadim Kazakov's avatar Vadim Kazakov

correct error with NEGOSSP_NAME

parent 12059096
......@@ -28,9 +28,13 @@ struct _SecHandle hcText;
// be defined as the name of the computer running the server sample.
// TargetName must be defined as the logon name of the user running
// the server program.
#define ServerName "builder64"
#define ServerName "fenix"
#define TargetName "xipster"
#ifndef NEGOSSP_NAME
#define NEGOSSP_NAME "Negotiate"
#endif // NEGOSSP_NAME
void main()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment