Quellcode durchsuchen

Protocol names are x-slam and x-tftm

tags/v0.9.3
Michael Brown vor 19 Jahren
Ursprung
Commit
17bb10479d
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1
    1
      src/proto/slam.c
  2. 1
    1
      src/proto/tftm.c

+ 1
- 1
src/proto/slam.c Datei anzeigen

@@ -532,5 +532,5 @@ static int url_slam ( char *url __unused,
532 532
 }
533 533
 
534 534
 static struct protocol slam_protocol __protocol = {
535
-	"slam", url_slam
535
+	"x-slam", url_slam
536 536
 };

+ 1
- 1
src/proto/tftm.c Datei anzeigen

@@ -482,5 +482,5 @@ static int opt_get_multicast(struct tftp_t *tr, unsigned short *len,
482 482
 }
483 483
 
484 484
 static struct protocol tftm_protocol __protocol = {
485
-	"tftm", url_tftm
485
+	"x-tftm", url_tftm
486 486
 };

Laden…
Abbrechen
Speichern