KDFS-windows-afsrdr-npdll-20090313

LICENSE BSD

update copyrights
This commit is contained in:
Jeffrey Altman 2009-03-14 05:38:44 +00:00
parent abfb23280b
commit 04d4d6effa
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2008 Kernel Drivers, LLC.
* Copyright (c) 2008, 2009 Kernel Drivers, LLC.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -524,7 +524,7 @@ NPCancelConnection( LPWSTR lpName,
if( bLocalName)
{
pConnectCB->LocalName = lpName[0];
pConnectCB->LocalName = towupper(lpName[0]);
pConnectCB->RemoteNameLength = 0;
}

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2008 Kernel Drivers, LLC.
* Copyright (c) 2008, 2009 Kernel Drivers, LLC.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without