|
@@ -434,6 +434,7 @@ nlm4svc_proc_sm_notify(struct svc_rqst *rqstp, struct nlm_reboot *argp,
|
|
* reclaim all locks we hold on this server.
|
|
* reclaim all locks we hold on this server.
|
|
*/
|
|
*/
|
|
memset(&saddr, 0, sizeof(saddr));
|
|
memset(&saddr, 0, sizeof(saddr));
|
|
|
|
+ saddr.sin_family = AF_INET;
|
|
saddr.sin_addr.s_addr = argp->addr;
|
|
saddr.sin_addr.s_addr = argp->addr;
|
|
nlm_host_rebooted(&saddr, argp->mon, argp->len, argp->state);
|
|
nlm_host_rebooted(&saddr, argp->mon, argp->len, argp->state);
|
|
|
|
|