]> code.citadel.org Git - citadel.git/commitdiff
* citadel.c: increased hostname buffer size to handle very big names
authorArt Cancro <ajc@citadel.org>
Tue, 16 Feb 1999 03:59:58 +0000 (03:59 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 16 Feb 1999 03:59:58 +0000 (03:59 +0000)
citadel/ChangeLog
citadel/citadel.c

index e5bab7a8603594e4b2ace66553aea956390463fb..a66432672111e4a54cb13cab0d6c6d7976d66141 100644 (file)
@@ -1,3 +1,6 @@
+Mon Feb 15 22:59:00 EST 1999 Vaggelis Tsirkas (applied by Art Cancro)
+       * citadel.c: increased hostname buffer size to handle very big names
+
 1999-02-15 Nathan Bryant <bryant@cs.usm.maine.edu>
        * sysdep.c(main): initialize alen before call to accept()
 
index cb20e18c4594046d086004303320db515c559080..091e563f6b760d637517ebb59bad232891f32818 100644 (file)
@@ -708,7 +708,7 @@ int set_password(void) {
  * get info about the server we've connected to
  */
 void get_serv_info(void) {
-       char buf[256];
+       char buf[512];
 
        CtdlInternalGetServInfo(&serv_info);