mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-05 19:15:05 +00:00
Protocol names are x-slam and x-tftm
This commit is contained in:
parent
6afffc0771
commit
17bb10479d
@ -532,5 +532,5 @@ static int url_slam ( char *url __unused,
|
||||
}
|
||||
|
||||
static struct protocol slam_protocol __protocol = {
|
||||
"slam", url_slam
|
||||
"x-slam", url_slam
|
||||
};
|
||||
|
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user