projects
/
platform
/
upstream
/
zypper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf8c5f
)
- _running_help was unitialized (thanx schubi)
author
Jan Kupec
<jkupec@suse.cz>
Mon, 3 Dec 2007 12:18:53 +0000
(12:18 +0000)
committer
Jan Kupec
<jkupec@suse.cz>
Mon, 3 Dec 2007 12:18:53 +0000
(12:18 +0000)
src/zypper.cc
patch
|
blob
|
history
diff --git
a/src/zypper.cc
b/src/zypper.cc
index
03e92b1
..
ead89c0
100644
(file)
--- a/
src/zypper.cc
+++ b/
src/zypper.cc
@@
-54,7
+54,8
@@
IMPL_PTR_TYPE(Zypper);
Zypper::Zypper()
: _argc(0), _argv(NULL),
_command(ZypperCommand::NONE),
- _exiting(false), _exit_code(ZYPPER_EXIT_OK), _running_shell(false),
+ _exiting(false), _exit_code(ZYPPER_EXIT_OK),
+ _running_shell(false), _running_help(false),
_sh_argc(0), _sh_argv(NULL)
{
MIL << "Hi, me zypper " VERSION " built " << __DATE__ << " " << __TIME__ << endl;