From 17bb10479d6ec73886713e182a8ab7551bca9aa7 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 1 May 2005 15:50:08 +0000 Subject: [PATCH] Protocol names are x-slam and x-tftm --- src/proto/slam.c | 2 +- src/proto/tftm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/proto/slam.c b/src/proto/slam.c index be824aa3..4ea296b8 100644 --- a/src/proto/slam.c +++ b/src/proto/slam.c @@ -532,5 +532,5 @@ static int url_slam ( char *url __unused, } static struct protocol slam_protocol __protocol = { - "slam", url_slam + "x-slam", url_slam }; diff --git a/src/proto/tftm.c b/src/proto/tftm.c index d2318a6e..396be422 100644 --- a/src/proto/tftm.c +++ b/src/proto/tftm.c @@ -482,5 +482,5 @@ static int opt_get_multicast(struct tftp_t *tr, unsigned short *len, } static struct protocol tftm_protocol __protocol = { - "tftm", url_tftm + "x-tftm", url_tftm };