summaryrefslogtreecommitdiff
path: root/open-vm-tools/services/plugins/dndcp/dnd/dndCommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/services/plugins/dndcp/dnd/dndCommon.c')
-rw-r--r--open-vm-tools/services/plugins/dndcp/dnd/dndCommon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/open-vm-tools/services/plugins/dndcp/dnd/dndCommon.c b/open-vm-tools/services/plugins/dndcp/dnd/dndCommon.c
index f2791350..63123635 100644
--- a/open-vm-tools/services/plugins/dndcp/dnd/dndCommon.c
+++ b/open-vm-tools/services/plugins/dndcp/dnd/dndCommon.c
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2005 VMware, Inc. All rights reserved.
+ * Copyright (C) 2005-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -137,7 +137,7 @@ DnD_CreateStagingDirectory(void)
/* Each staging directory is given a random name. */
Unicode_Free(ret);
temp = Unicode_Format("%08x%c", Random_Quick(context), DIRSEPC);
- ASSERT_MEM_ALLOC(temp);
+ VERIFY(temp);
ret = Unicode_Append(root, temp);
Unicode_Free(temp);