summaryrefslogtreecommitdiff
path: root/drivers/dahdi/sec-2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/sec-2.h')
-rw-r--r--drivers/dahdi/sec-2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/sec-2.h b/drivers/dahdi/sec-2.h
index 1759606..6a70e3c 100644
--- a/drivers/dahdi/sec-2.h
+++ b/drivers/dahdi/sec-2.h
@@ -107,7 +107,7 @@ static void echo_can_init(void)
static void echo_can_identify(char *buf, size_t len)
{
- zap_copy_string(buf, "STEVE2", len);
+ dahdi_copy_string(buf, "STEVE2", len);
}
static void echo_can_shutdown(void)