浏览代码

Protocol names are x-slam and x-tftm

tags/v0.9.3
Michael Brown 19 年前
父节点
当前提交
17bb10479d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      src/proto/slam.c
  2. 1
    1
      src/proto/tftm.c

+ 1
- 1
src/proto/slam.c 查看文件

532
 }
532
 }
533
 
533
 
534
 static struct protocol slam_protocol __protocol = {
534
 static struct protocol slam_protocol __protocol = {
535
-	"slam", url_slam
535
+	"x-slam", url_slam
536
 };
536
 };

+ 1
- 1
src/proto/tftm.c 查看文件

482
 }
482
 }
483
 
483
 
484
 static struct protocol tftm_protocol __protocol = {
484
 static struct protocol tftm_protocol __protocol = {
485
-	"tftm", url_tftm
485
+	"x-tftm", url_tftm
486
 };
486
 };

正在加载...
取消
保存