]> The Tcpdump Group git mirrors - tcpdump/blobdiff - smbutil.c
instrument functions: Use an environment variable instead of config files
[tcpdump] / smbutil.c
index f33a323fbf2c7c4037ec7ffd8a84c62c40e25aa3..97217a8d9fc6a8a4def9fbd160b9217e37cd2d92 100644 (file)
--- a/smbutil.c
+++ b/smbutil.c
@@ -388,7 +388,7 @@ unistr(netdissect_options *ndo, char (*buf)[MAX_UNISTR_SIZE+1],
        }
     }
     if (!use_unicode) {
-       while (strsize != 0) {
+       while (strsize != 0) {
            c = GET_U_1(s);
            s++;
            strsize--;