Finalize vcard editing:
[citadel.git] / webcit / webcit.c
index bca779a3ad331009fd6355ce5da49a13f3f83577..4e3b2f86a3975099dd38b923a91f484dd37859f4 100644 (file)
@@ -504,7 +504,7 @@ void push_destination(void) {
        }
 
        FreeStrBuf(&WCC->PushedDestination);
-       WCC->PushedDestination = NewStrBufDup(SBSTR("url"));
+       WCC->PushedDestination = NewStrBufDup(sbstr("url"));
        if (verbose)
                syslog(LOG_DEBUG, "Push: %s", ChrPtr(WCC->PushedDestination));
        wc_printf("OK");