~henrix/ubuntu/precise/open-vm-dkms/lp-1416003

« back to all changes in this revision

Viewing changes to toolbox/toolboxcmd-scripts.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 */
24
24
 
25
25
#include <string.h>
26
 
#include <unistd.h>
27
26
#include <stdlib.h>
28
27
#include <sys/types.h>
29
28
#include <sys/stat.h>
100
99
GetConfEntry(char *apm,        // IN: apm name
101
100
             ScriptType type)  // IN: Script type (default or current)
102
101
{
103
 
   const char *entry;
 
102
   const char *entry = NULL;
104
103
   GuestApp_Dict *confDict;
105
104
   char *confName;
106
105
   confDict = Conf_Load();