patchDcHub: Hub software for Direct Connect - Patches: patch #2748, -pluginstart and -pluginstop...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #2748: -pluginstart and -pluginstop unknown commands

Submitter:  Dirk Rieger <hhgoth>
Submitted:  Sun 07 Mar 2004 12:29:15 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open

Sun 07 Mar 2004 12:29:15 PM UTC, original submission:  

removed spaces after command in commandlist of hub_cmd.c...

* hub_cmd.c.orig      Sun Mar  7 13:23:00 2004
--- hub_cmd.c   Sun Mar  7 13:12:15 2004
*************
* 2401,2408 **
          {"-passwd",     do_passwd,      NULL,       MNGUSERS},      /* ok v0.4.0 */
          {"-perlclear",  do_clear_autoloaded_perl_handlers, NULL, STARTPRG}, /* ok v0.4.0 */
          {"-perlreset",  do_perlreset,   NULL,       STARTPRG},      /* ok v0.4.0 */
!         {"-pluginstart ", do_pluginstart, NULL,     STARTPRG},
!         {"-pluginstop ", do_pluginstop,       NULL,     STARTPRG},
          {"-protect",    do_protection,  (void*)TRUE, MNGUSERS},
          {"-redir",      do_redir,       NULL,       REDIRECT},      /* ok v0.4.0 */
          {"-redirall",   do_redirall,    NULL,       REDIRECT},      /* ok v0.4.0 */
--- 2401,2408 ----
          {"-passwd",     do_passwd,      NULL,       MNGUSERS},      /* ok v0.4.0 */
          {"-perlclear",  do_clear_autoloaded_perl_handlers, NULL, STARTPRG}, /* ok v0.4.0 */
          {"-perlreset",  do_perlreset,   NULL,       STARTPRG},      /* ok v0.4.0 */
!         {"-pluginstart", do_pluginstart, NULL,     STARTPRG},
!         {"-pluginstop", do_pluginstop,        NULL,     STARTPRG},
          {"-protect",    do_protection,  (void*)TRUE, MNGUSERS},
          {"-redir",      do_redir,       NULL,       REDIRECT},      /* ok v0.4.0 */
          {"-redirall",   do_redirall,    NULL,       REDIRECT},      /* ok v0.4.0 */

Dirk Rieger <hhgoth>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code