Check-in Number:
|
280 | |
Date: |
2001-Jan-15 19:47:32 (local)
2001-Jan-15 18:47:32 (UTC) |
User: | simons |
Branch: | |
Comment: |
The call to queue_command() had the command wrong. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/subscribe.c 1.11 -> 1.12
--- subscribe.c 2001/01/15 17:56:33 1.11
+++ subscribe.c 2001/01/15 18:47:32 1.12
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/subscribe.c,v $
- $Revision: 1.11 $
+ $Revision: 1.12 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -179,7 +179,7 @@
{
/* Require confirmation. */
- char* command = text_easy_sprintf("unsubscribe %s %s", address, listname);
+ char* command = text_easy_sprintf("subscribe %s %s", address, listname);
char* cookie = queue_command(MailStruct, command);
/* Notify the owner. */
|
|