summaryrefslogtreecommitdiff
path: root/drivers/dahdi/sec.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/sec.h')
-rw-r--r--drivers/dahdi/sec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/sec.h b/drivers/dahdi/sec.h
index f15b681..62213ec 100644
--- a/drivers/dahdi/sec.h
+++ b/drivers/dahdi/sec.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, "STEVE", len);
+ dahdi_copy_string(buf, "STEVE", len);
}
static void echo_can_shutdown(void)