Protocol names are x-slam and x-tftm

This commit is contained in:
Michael Brown
2005-05-01 15:50:08 +00:00
parent 6afffc0771
commit 17bb10479d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -532,5 +532,5 @@ static int url_slam ( char *url __unused,
}
static struct protocol slam_protocol __protocol = {
"slam", url_slam
"x-slam", url_slam
};
+1 -1
View File
@@ -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
};