netapi32: Constify a variable.

This commit is contained in:
Andrew Talbot 2007-02-19 16:35:42 +00:00 committed by Alexandre Julliard
parent a9d681c3ad
commit 01e338805c
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ static UCHAR NetBTCall(void *adapt, PNCB ncb, void **sess)
ret = NRC_CMDTMO;
else
{
static UCHAR fakedCalledName[] = "*SMBSERVER";
static const UCHAR fakedCalledName[] = "*SMBSERVER";
const UCHAR *calledParty = cacheEntry->nbname[0] == '*'
? fakedCalledName : cacheEntry->nbname;