Commit Diff


commit - c1d7f6216fc26772160f50269d87a74171f8c0a2
commit + 164954a78856893c9be03d95dac73e781e4f78f5
blob - 20d0cd4ffc6afd51ab5712c8c182e6363495b5b0
blob + 6ab3c2a9054c0524e88e57e68723eed9efe22004
--- src/ngircd/conn.c
+++ src/ngircd/conn.c
@@ -918,7 +918,7 @@ va_dcl
 	return ok;
 } /* Conn_WriteStr */
 
-GLOBAL const char*
+GLOBAL char*
 Conn_Password( CONN_ID Idx )
 {
   assert( Idx > NONE );
blob - 341489aaffe7db4a6330754358f997c9b9bf2c72
blob + 7dcc8d9d590619c143276d93b003c0c565d3a4e4
--- src/ngircd/conn.h
+++ src/ngircd/conn.h
@@ -116,7 +116,7 @@ GLOBAL void Conn_Handler PARAMS(( void ));
 
 GLOBAL bool Conn_WriteStr PARAMS(( CONN_ID Idx, const char *Format, ... ));
 
-GLOBAL const char* Conn_Password PARAMS(( CONN_ID Idx ));
+GLOBAL char* Conn_Password PARAMS(( CONN_ID Idx ));
 GLOBAL void Conn_SetPassword PARAMS(( CONN_ID Idx, const char *Pwd ));
 
 GLOBAL void Conn_Close PARAMS(( CONN_ID Idx, const char *LogMsg, const char *FwdMsg, bool InformClient ));