diff options
| author | Roy Marples <roy@marples.name> | 2008-06-30 14:15:03 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-06-30 14:15:03 +0000 |
| commit | 944bb80ec50e1264b4c1b3df1508176ce73e5418 (patch) | |
| tree | d3e11f1253f5b2b58e8e337988f176804b827b76 /dhcpcd.h | |
| parent | 0f4f8b4a972698ba3aa7371dbcf2a86a16d04aaf (diff) | |
| download | dhcpcd-944bb80ec50e1264b4c1b3df1508176ce73e5418.tar.xz | |
We need to copy out the script from the config file as it's no longer a constant var.
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ struct options { struct in_addr request_netmask; char **environ; - const char *script; + char script[PATH_MAX]; char pidfile[PATH_MAX]; }; |
