X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fclient.c;fp=daemon%2Fclient.c;h=814ee0ff79d48bc17d80ff4fc9b188e064db2c14;hb=2b77e3c43fc9de8c26de073a09f20357ff559e1a;hp=6f393272ed21555f51dc39c1a5a4f841866210b4;hpb=347d6d76f535256863bcf8a13b3b06a859bf27d2;p=doldaconnect.git diff --git a/daemon/client.c b/daemon/client.c index 6f39327..814ee0f 100644 --- a/daemon/client.c +++ b/daemon/client.c @@ -198,6 +198,7 @@ wchar_t *unparsehash(struct hash *hash) addtobuf(buf, ':'); bufcat(buf, whbuf, wcslen(whbuf)); free(whbuf); + addtobuf(buf, 0); return(buf); }