mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
KDFS-windows-afsrdr-npdll-20090313
LICENSE BSD update copyrights
This commit is contained in:
parent
abfb23280b
commit
04d4d6effa
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2008 Kernel Drivers, LLC.
|
* Copyright (c) 2008, 2009 Kernel Drivers, LLC.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -524,7 +524,7 @@ NPCancelConnection( LPWSTR lpName,
|
|||||||
if( bLocalName)
|
if( bLocalName)
|
||||||
{
|
{
|
||||||
|
|
||||||
pConnectCB->LocalName = lpName[0];
|
pConnectCB->LocalName = towupper(lpName[0]);
|
||||||
|
|
||||||
pConnectCB->RemoteNameLength = 0;
|
pConnectCB->RemoteNameLength = 0;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2008 Kernel Drivers, LLC.
|
* Copyright (c) 2008, 2009 Kernel Drivers, LLC.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
Loading…
Reference in New Issue
Block a user