Преглед изворни кода

* Cosmetic fix for cmd_conf

svn: 1000
Bryan Drewery пре 22 година
родитељ
комит
98a5785f25
2 измењених фајлова са 5 додато и 1 уклоњено
  1. 4 0
      doc/UPDATES
  2. 1 1
      src/cmds.c

+ 4 - 0
doc/UPDATES

@@ -1,5 +1,9 @@
 This is a summary of ChangeLog basically.
 This is a summary of ChangeLog basically.
 
 
+1.1.7
+1.Fixed cosmetic error in cmd_conf.
+2.Fixed fatal bug in linux check_trace()
+
 1.1.6
 1.1.6
 
 
 1.Fixed a cosmetic error in cmd_downbots.
 1.Fixed a cosmetic error in cmd_downbots.

+ 1 - 1
src/cmds.c

@@ -1942,7 +1942,7 @@ static void cmd_conf(struct userrec *u, int idx, char *par)
       if (!what || !egg_strcasecmp(what, "binname"))    dprintf(idx, "%sbinname: %s\n", ss, conffile.binname);
       if (!what || !egg_strcasecmp(what, "binname"))    dprintf(idx, "%sbinname: %s\n", ss, conffile.binname);
       if (!what || !egg_strcasecmp(what, "portmin"))    dprintf(idx, "%sportmin: %d\n", ss, conffile.portmin);
       if (!what || !egg_strcasecmp(what, "portmin"))    dprintf(idx, "%sportmin: %d\n", ss, conffile.portmin);
       if (!what || !egg_strcasecmp(what, "portmax"))    dprintf(idx, "%sportmax: %d\n", ss, conffile.portmax);
       if (!what || !egg_strcasecmp(what, "portmax"))    dprintf(idx, "%sportmax: %d\n", ss, conffile.portmax);
-      if (!what || !egg_strcasecmp(what, "pscloak"))    dprintf(idx, "%spsclaok: %d\n", ss, conffile.pscloak);
+      if (!what || !egg_strcasecmp(what, "pscloak"))    dprintf(idx, "%spscloak: %d\n", ss, conffile.pscloak);
       if (!what || !egg_strcasecmp(what, "autocron"))   dprintf(idx, "%sautocron: %d\n", ss, conffile.autocron);
       if (!what || !egg_strcasecmp(what, "autocron"))   dprintf(idx, "%sautocron: %d\n", ss, conffile.autocron);
       if (!what || !egg_strcasecmp(what, "autouname"))  dprintf(idx, "%sautouname: %d\n", ss, conffile.autouname);
       if (!what || !egg_strcasecmp(what, "autouname"))  dprintf(idx, "%sautouname: %d\n", ss, conffile.autouname);
     }
     }