summaryrefslogtreecommitdiff
path: root/source/nameelect.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/nameelect.c')
-rw-r--r--source/nameelect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nameelect.c b/source/nameelect.c
index 2ec3f505f87..5fd1a4bdf2e 100644
--- a/source/nameelect.c
+++ b/source/nameelect.c
@@ -182,7 +182,7 @@ void send_election(struct subnet_record *d, char *group,uint32 criterion,
SIVAL(p,1,criterion);
SIVAL(p,5,timeup*1000); /* ms - despite the spec */
p += 13;
- strcpy(p,name);
+ pstrcpy(p,name);
strupper(p);
p = skip_string(p,1);