소스 검색

ssh: proper server banner

Sergey Alirzaev 5 년 전
부모
커밋
c2c9f10a10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/SSH_Server/server.c

+ 1 - 1
modules/SSH_Server/server.c

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