7476b2680f
- Allow to use GNU dbm for storage of virtual password tables - Define LICENSE and install the usual set of documentation files - Remove useless .if defined(PREFIX) check added back in r205864 Reported by: pkg-fallout
13 lines
326 B
C++
13 lines
326 B
C++
--- lib/vpwtable/cdb_write.cc.orig 2002-11-20 15:54:44 UTC
|
|
+++ lib/vpwtable/cdb_write.cc
|
|
@@ -23,8 +23,8 @@
|
|
class cdb_vpwtable_writer : public vpwtable_writer
|
|
{
|
|
private:
|
|
- const mystring& tmpname;
|
|
- const mystring& cdbname;
|
|
+ const mystring tmpname;
|
|
+ const mystring cdbname;
|
|
cdb_writer out;
|
|
bool opened;
|
|
public:
|