Bug 3497 - lib/util_unistr.c: if (result < 0)
Summary: lib/util_unistr.c: if (result < 0)
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.21b
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-10 13:39 UTC by Jason Mader (mail bounces back)
Modified: 2006-02-13 07:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2006-02-10 13:39:41 UTC
cc-1183 cc: WARNING File = lib/util_unistr.c, Line = 284
  An unsigned integer is being compared to zero.

        if (result < 0) {
                   ^
Comment 1 Jeremy Allison 2006-02-13 07:31:53 UTC
Already fixed in SVN thanks !
Jeremy.