Bug 3720 - multiple DEBUG warnings; ipc.c, nttrans.c, trans2.c, auth_util.c
Summary: multiple DEBUG warnings; ipc.c, nttrans.c, trans2.c, auth_util.c
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-25 12:04 UTC by Jason Mader (mail bounces back)
Modified: 2006-04-26 09:15 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-04-25 12:04:49 UTC
--- smbd/ipc.o ---
cc-1551 cc: WARNING File = smbd/ipc.c, Line = 438
  The variable "result" is used before its value is set.

                DEBUG(2, ("Got invalid trans request: %s\n",
                ^
--- smbd/nttrans.o ---
cc-1551 cc: WARNING File = smbd/nttrans.c, Line = 2832
  The variable "result" is used before its value is set.

                DEBUG(2, ("Got invalid nttrans request: %s\n", nt_errstr(result)));
                ^
--- smbd/trans2.o ---
cc-1551 cc: WARNING File = smbd/trans2.c, Line = 5159
  The variable "result" is used before its value is set.

                DEBUG(2, ("Got invalid trans2 request: %s\n",
                ^
--- auth/auth_util.o ---
cc-1551 cc: WARNING File = auth/auth_util.c, Line = 1189
  The variable "status" is used before its value is set.

                DEBUG(10, ("lookup_name(%s) failed: %s\n", groupname,
                ^
Comment 1 Volker Lendecke 2006-04-26 09:15:14 UTC
Fixed with r15266. Thanks for reporting it!

Volker