Forráskód Böngészése

ssh: proper server banner

Sergey Alirzaev 5 éve
szülő
commit
c2c9f10a10
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      modules/SSH_Server/server.c

+ 1 - 1
modules/SSH_Server/server.c

@@ -44,7 +44,7 @@
 #endif
 
 
-static const char serverBanner[] = "wolfSSH Example Server\n";
+static const char serverBanner[] = "BT-6709 command server\n";
 
 
 typedef struct {