if the StrBuf or its parts are NULL, we can't do any work.
[citadel.git] / libcitadel / lib / stringbuf.c
index 1b9ea072366221b9bea1f8cf1f438a229f795bb3..cdbd3651d5402440f7bf8a12c00866dfb8f2fef5 100644 (file)
@@ -1177,7 +1177,6 @@ void StrBufStripAllBut(StrBuf *Buf, char leftboundary, char rightboundary)
        const char *pRight;
 
        if ((Buf == NULL) || (Buf->buf == NULL)) {
-               StrBufCutAt(Buf, 0, Buf->buf);
                return;
        }