On 04/28/2013 08:31 PM, Igor Podlesny wrote:
---
  src/lib/util.c |    3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/util.c b/src/lib/util.c
index 9d47dec..b09edfe 100644
--- a/src/lib/util.c
+++ b/src/lib/util.c
@@ -44,12 +44,11 @@
  static const char *unescapestr(char *src)
  {
        char *p1, *p2;
-       int fl;
+       int fl = 0;
if (src == NULL)
                return NULL;
        p1 = p2 = src;
-       fl = 0;
        while (*p2) {
                if (*p2 == '\\' && !fl) {
                        fl = 1;

Applied, thank you.
_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to