Browse Source

Protocol names are x-slam and x-tftm

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
17bb10479d
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/proto/slam.c
  2. 1
    1
      src/proto/tftm.c

+ 1
- 1
src/proto/slam.c View File

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 View File

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

Loading…
Cancel
Save