2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-11-02 20:32:33 +00:00

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

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
};

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
};