-- removed the dn parameter to the HashCredential Function

This commit is contained in:
pfelt
2007-07-27 03:42:28 +00:00
parent 20bc2c36a5
commit 641e6a4629
5 changed files with 8 additions and 7 deletions
+3 -1
View File
@@ -1173,6 +1173,8 @@ MsgGetServerCredential(char *buffer)
fread(credential, sizeof(unsigned char), sizeof(credential), credfile);
fclose(credfile);
credfile = NULL;
HashCredential(MsgGlobal.server.dn, credential, buffer);
HashCredential(credential, buffer);
return TRUE;
}
return FALSE;
}