aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/lluuid.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmath/lluuid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmath/lluuid.cpp b/linden/indra/llmath/lluuid.cpp
index 78dc8e6..0fed6b3 100644
--- a/linden/indra/llmath/lluuid.cpp
+++ b/linden/indra/llmath/lluuid.cpp
@@ -486,7 +486,7 @@ S32 LLUUID::getNodeID(unsigned char * node_id)
486 Ncb.ncb_command = NCBASTAT; 486 Ncb.ncb_command = NCBASTAT;
487 Ncb.ncb_lana_num = lenum.lana[i]; 487 Ncb.ncb_lana_num = lenum.lana[i];
488 488
489 strcpy( (char *)Ncb.ncb_callname, "* " ); /* Flawfinder: ignore */ 489 strcpy( (char *)Ncb.ncb_callname, "* " ); /* Flawfinder: ignore */
490 Ncb.ncb_buffer = (unsigned char *)&Adapter; 490 Ncb.ncb_buffer = (unsigned char *)&Adapter;
491 Ncb.ncb_length = sizeof(Adapter); 491 Ncb.ncb_length = sizeof(Adapter);
492 492